Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_Shader.h66 void SetShaderIndex( const s32 vtx_shader_index, const s32 geo_shader_index );
Dgr_ShaderLite.h67 void SetShaderIndex( const s32 vtx_shader_index, const s32 geo_shader_index );
/CTR-SDK-4.2.5/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
Dgr_ShaderLite.cpp131 SetShaderIndex( vtx_shader_index, geo_shader_index ); in SetupBinary()
142 … void ShaderLite::SetShaderIndex( const s32 vtx_shader_index, const s32 geo_shader_index ) in SetShaderIndex() function in nn::gr::CTR::ShaderLite