Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ FrameBegin
Method
FrameBegin
Source/Engine/Graphics/GPUContext.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
#endif
62
63
void GPUContext::FrameBegin()
64
{
65
_lastRenderTime = Platform::GetTimeSeconds();
66
}
67
68
void GPUContext::FrameEnd()
69
{
Callers
1
Draw
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected