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

Method GetPassDescription

trinity/Shader/Tr2Material.cpp:376–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376Tr2EffectPassParameters* Tr2Material::GetPassDescription( uint32_t techniqueIndex, uint32_t passIndex )
377{
378 return m_parametersForPasses[techniqueIndex].passes[passIndex].get();
379}
380
381void Tr2Material::InvalidateResourceSets()
382{

Callers 2

IssueDrawCallMethod · 0.80
ReplayCaptureMethod · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected