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

Function GetCurrentFrameCounter

trinity/Tr2Renderer_Blue.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156MAP_FUNCTION_AND_WRAP( "GetShaderModel", GetShaderModel, "Gets the currently selected shader model (see SetShaderModel).\n" );
157
158static uint64_t GetCurrentFrameCounter()
159{
160 return Tr2Renderer::GetCurrentFrameCounter();
161}
162MAP_FUNCTION_AND_WRAP( "GetCurrentFrameCounter", GetCurrentFrameCounter, "Gets the current frame counter.\n" );
163
164static void AddMipLevelSkipExclusionDirectory( const char* name )

Callers 8

RenderMethod · 0.85
BeginFrameMethod · 0.85
WeakRefNotifyMethod · 0.85
TrimGlyphCacheMethod · 0.85
ExecuteMethod · 0.85
RenderUpscalingMethod · 0.85
RenderShadowsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected