Home
last modified time | relevance | path

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

/CTR-SDK-1.3.0/CTR_SDK/include/nn/gr/CTR/
Dgr_BindSymbol.h67 const ShaderType shaderType; variable
101 : shaderType( shader_type ), in BindSymbol()
/CTR-SDK-1.3.0/CTR_SDK/sources/libraries/gr/CTR/
Dgr_Shader.cpp794 const int shader_index = ( symbol->shaderType == BindSymbol::SHADER_TYPE_GEOMETRY ) in SearchBindSymbol()
916 const BindSymbol::ShaderType shaderType = symbol->shaderType; in SearchBindSymbol() local
918 const int shader_index = ( shaderType == BindSymbol::SHADER_TYPE_GEOMETRY ) in SearchBindSymbol()