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