Searched refs:SetUniforms (Results 1 – 1 of 1) sorted by relevance
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_ShaderProgram.h | 348 …void SetUniforms(ShaderUniform location, const math::VEC2* vec, int count) const { glUniform2fv(m_… in SetUniforms() function 356 …void SetUniforms(ShaderUniform location, const math::VEC3* vec, int count) const { glUniform3fv(m_… in SetUniforms() function 364 …void SetUniforms(ShaderUniform location, const math::VEC4* vec, int count) const { glUniform4fv(m_… in SetUniforms() function 372 void SetUniforms(ShaderUniform location, const ut::MoveArray<TValue>* array) const in SetUniforms() function 377 this->SetUniforms(location, array->Elements(), array->size()); in SetUniforms() 387 void SetUniforms(ShaderUniform location, const ut::MoveArray<TValue>* array, s32 size) const in SetUniforms() function 392 this->SetUniforms(location, array->Elements(), size); in SetUniforms()
|