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

Function GetPassName

trinity/Tr2RenderContext.cpp:344–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342};
343
344const char* GetPassName( size_t passIndex )
345{
346 return s_passNames[std::min( passIndex, sizeof( s_passNames ) / sizeof( s_passNames[0] ) )];
347}
348
349}
350

Callers 3

RenderBatchesInOrderMethod · 0.85
RenderBatchGroupMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected