MCPcopy 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
63void GPUContext::FrameBegin()
64{
65 _lastRenderTime = Platform::GetTimeSeconds();
66}
67
68void GPUContext::FrameEnd()
69{

Callers 1

DrawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected