Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
344
const 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
RenderBatchesInOrder
Method · 0.85
RenderBatchGroup
Method · 0.85
RenderBatchesWithOverride
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected