nn::gr::CTR::ShaderLite::CheckGeoShaderIndex_ Member Function
protected:
void CheckGeoShaderIndex_(
const s32 geo_shader_index
);
| Name | Description | |
|---|---|---|
| in | geo_shader_index |
The index of the geometry shader to test. |
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.
CONFIDENTIAL