nw::gfx::ShaderProgram::SetVertexUniformInt Member Function

Syntax

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;

List of Overloaded Member Functions

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.

Description of SetVertexUniformInt(int, s32)

Sets values for int types.

Description of SetVertexUniformInt(int, s32, s32)

Sets values for int types.

Description of SetVertexUniformInt(int, s32, s32, s32)

Sets values for int types.


CONFIDENTIAL