CheckVtxShaderIndex_

nn::gr::CTR::Shader::CheckVtxShaderIndex_ Member Function

Syntax

protected:
void CheckVtxShaderIndex_(
     const s32 vtx_shader_index
);

Parameters

Name Description
in vtx_shader_index The vertex shader index to test.

Return Values

None.

Description

Tests the validity of the index of a vertex shader. An assert failure occurs if the specified index is not a valid shader.     Call this function after you have configured the shader binary with the SetupBinary function.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL