Searched refs:SetUniformInt (Results 1 – 1 of 1) sorted by relevance
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_ShaderProgram.h | 242 …void SetUniformInt(ShaderUniform location, s32 value) const { glUniform1i(m_UniformLocation->GetUn… in SetUniformInt() function 250 …void SetUniformInt(ShaderUniform location, s32 x, s32 y) const { glUniform2i(m_UniformLocation->Ge… in SetUniformInt() function 259 …void SetUniformInt(ShaderUniform location, s32 x, s32 y, s32 z) const { glUniform3i(m_UniformLocat… in SetUniformInt() function 269 …void SetUniformInt(ShaderUniform location, s32 x, s32 y, s32 z, s32 w) const { glUniform4i(m_Unifo… in SetUniformInt() function
|