MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / OnPresent

Method OnPresent

Source/Engine/Graphics/RenderTask.cpp:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void RenderTask::OnPresent(bool vsync)
129{
130 if (SwapChain)
131 SwapChain->Present(vsync);
132 Present(this);
133}
134
135bool RenderTask::Resize(int32 width, int32 height)
136{

Callers 1

DrawEndMethod · 0.45

Calls 1

PresentMethod · 0.45

Tested by

no test coverage detected