Home
last modified time | relevance | path

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

/CTR-SDK-2.3.4/CTR_SDK/include/nn/gr/CTR/
Dgr_BindSymbol.h55 enum ShaderType enum
67 const ShaderType shaderType;
100 explicit BindSymbol( const ShaderType shader_type, const SymbolType symbol_type ) in BindSymbol()
Dgr_Shader.h323 const BindSymbol::ShaderType shader_type,
/CTR-SDK-2.3.4/CTR_SDK/include/nn/gd/CTR/
Dgd_Shader.h272 enum ShaderType enum
551 …static nnResult SetFloatConstantBuffer(ShaderType shaderType, u32 firstRegisterIndex, u32 register…
592 ShaderStage::ShaderType m_ShaderType;
/CTR-SDK-2.3.4/CTR_SDK/sources/libraries/gr/CTR/
Dgr_Shader.cpp977 const BindSymbol::ShaderType shader_type, in SearchBindSymbolNum()
1030 const BindSymbol::ShaderType shaderType = symbol->shaderType; in SearchBindSymbol()