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

Syntax

void SetVertexUniformInt(
     int index,
     s32 value
) const;

Arguments

Name Description
in index Index number of the shader uniform.
in value Value to set.

Return Values

None.

Description

Sets values for int types.


CONFIDENTIAL