Home
last modified time | relevance | path

Searched refs:SetShaderIndex (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-2.4.0/include/nn/gr/CTR/
Dgr_Shader.h66 void SetShaderIndex( const s32 vtx_shader_index, const s32 geo_shader_index );
/CTR-SDK-2.4.0/sources/libraries/gr/CTR/
Dgr_Shader.cpp93 SetShaderIndex( vtx_shader_index, geo_shader_index ); in SetupBinary()
103 void Shader::SetShaderIndex( const s32 vtx_shader_index, const s32 geo_shader_index ) in SetShaderIndex() function in nn::gr::CTR::Shader