MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetShaderTypeMask

Method GetShaderTypeMask

trinity/Shader/Tr2Shader.cpp:193–200  ·  view source on GitHub ↗

--------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

191
192// --------------------------------------------------------------------------------------
193unsigned Tr2Shader::GetShaderTypeMask( uint32_t techniqueIndex ) const
194{
195 if( m_effect.techniques.empty() )
196 {
197 return 0;
198 }
199 return m_effect.techniques[techniqueIndex].shaderTypeMask;
200}
201
202// --------------------------------------------------------------------------------------
203Tr2EffectDescription& Tr2Shader::GetEffect()

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected