nw::gfx::ShaderBinaryInfo::GetShaderProgramCommandSize Member Function

Syntax

s32 GetShaderProgramCommandSize(
     s32 vertexIndex,
     s32 geometryIndex
) const;

Arguments

Name Description
in vertexIndex Specifies the index for a vertex shader.
in geometryIndex Specifies the index for a geometry shader.

Return Values

Returns the command size required to configure the shader program.

Description

Gets the command size for configuring the shader program.


CONFIDENTIAL