Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_ShaderProgram.h347 …void SetUniforms(ShaderUniform location, const math::VEC2* vec, int count) const { glUniform2fv(m_… in SetUniforms() function
355 …void SetUniforms(ShaderUniform location, const math::VEC3* vec, int count) const { glUniform3fv(m_… in SetUniforms() function
363 …void SetUniforms(ShaderUniform location, const math::VEC4* vec, int count) const { glUniform4fv(m_… in SetUniforms() function
371 void SetUniforms(ShaderUniform location, const ut::MoveArray<TValue>* array) const in SetUniforms() function
386 void SetUniforms(ShaderUniform location, const ut::MoveArray<TValue>* array, s32 size) const in SetUniforms() function