nw::gfx::ShaderProgram::SetVertexUniformInt Member Function
void SetVertexUniformInt(
int index,
s32 value
) const;
void SetVertexUniformInt(
int index,
s32 x,
s32 y
) const;
void SetVertexUniformInt(
int index,
s32 x,
s32 y,
s32 z
) const;
SetVertexUniformInt(int, s32)
|
Sets values for int types. |
SetVertexUniformInt(int, s32, s32)
|
Sets values for int types. |
SetVertexUniformInt(int, s32, s32, s32)
|
Sets values for int types. |
SetVertexUniformInt(int, s32)Sets values for int types.
SetVertexUniformInt(int, s32, s32)Sets values for int types.
SetVertexUniformInt(int, s32, s32, s32)Sets values for int types.
CONFIDENTIAL