Home
last modified time | relevance | path

Searched defs:SetUniforms (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.3.3/include/nw/gfx/
Dgfx_ShaderProgram.h348 …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
387 void SetUniforms(ShaderUniform location, const ut::MoveArray<TValue>* array, s32 size) const in SetUniforms() function