CheckGeoShaderIndex_

nn::gr::CTR::ShaderLite::CheckGeoShaderIndex_ Member Function

Syntax

protected:
void CheckGeoShaderIndex_(
     const s32 geo_shader_index
);

Parameters

Name Description
in geo_shader_index The index of the geometry shader to test.

Return Values

None.

Description

Tests the validity of the index of a geometry 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/12/16
Initial version.

CONFIDENTIAL