Searched defs:vec (Results 1 – 4 of 4) sorted by relevance
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_ShaderProgram.h | 200 void SetUniversal(int index, const math::VEC4& vec) const in SetUniversal() 300 …void SetUniform(ShaderUniform location, const math::VEC2& vec) const { glUniform2fv(m_UniformLocat… in SetUniform() 307 …void SetUniform(ShaderUniform location, const math::VEC3& vec) const { glUniform3fv(m_UniformLocat… in SetUniform() 314 …void SetUniform(ShaderUniform location, const math::VEC4& vec) const { glUniform4fv(m_UniformLocat… in SetUniform() 350 …void SetUniforms(ShaderUniform location, const math::VEC2* vec, int count) const { glUniform2fv(m_… in SetUniforms() 358 …void SetUniforms(ShaderUniform location, const math::VEC3* vec, int count) const { glUniform3fv(m_… in SetUniforms() 366 …void SetUniforms(ShaderUniform location, const math::VEC4* vec, int count) const { glUniform4fv(m_… in SetUniforms()
|
| /NW4C-2.0.3/sources/libraries/lyt/ |
| D | lyt_DrawerUniform.cpp | 36 const nw::math::VEC2& vec) in Transform()
|
| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_ResTypes.h | 283 operator nw::math::VEC2() const { nw::math::VEC2 vec; vec.x = x; vec.y = y; return vec; } in VEC2() local 295 nw::math::VEC3 vec; vec.x = x; vec.y = y; vec.z = z; return vec; in VEC3() local 309 nw::math::VEC4 vec; vec.x = x; vec.y = y; vec.z = z; vec.w = w; return vec; in VEC4() local
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_MeshRenderer.cpp | 236 isIllegal(const math::VEC3& vec) in isIllegal()
|