Searched defs:vec (Results 1 – 4 of 4) sorted by relevance
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_ShaderProgram.h | 197 void SetUniversal(int index, const math::VEC4& vec) const in SetUniversal() 297 …void SetUniform(ShaderUniform location, const math::VEC2& vec) const { glUniform2fv(m_UniformLocat… in SetUniform() 304 …void SetUniform(ShaderUniform location, const math::VEC3& vec) const { glUniform3fv(m_UniformLocat… in SetUniform() 311 …void SetUniform(ShaderUniform location, const math::VEC4& vec) const { glUniform4fv(m_UniformLocat… in SetUniform() 347 …void SetUniforms(ShaderUniform location, const math::VEC2* vec, int count) const { glUniform2fv(m_… in SetUniforms() 355 …void SetUniforms(ShaderUniform location, const math::VEC3* vec, int count) const { glUniform3fv(m_… in SetUniforms() 363 …void SetUniforms(ShaderUniform location, const math::VEC4* vec, int count) const { glUniform4fv(m_… in SetUniforms()
|
| /NW4C-1.2.23/sources/libraries/lyt/ |
| D | lyt_DrawerUniform.cpp | 34 const nw::math::VEC2& vec) in Transform()
|
| /NW4C-1.2.23/include/nw/ut/ |
| D | ut_ResTypes.h | 281 operator nw::math::VEC2() const { nw::math::VEC2 vec; vec.x = x; vec.y = y; return vec; } in VEC2() local 293 nw::math::VEC3 vec; vec.x = x; vec.y = y; vec.z = z; return vec; in VEC3() local 307 nw::math::VEC4 vec; vec.x = x; vec.y = y; vec.z = z; vec.w = w; return vec; in VEC4() local
|
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_MeshRenderer.cpp | 233 isIllegal(const math::VEC3& vec) in isIllegal()
|