Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
void RenderTask::OnPresent(bool vsync)
129
{
130
if (SwapChain)
131
SwapChain->Present(vsync);
132
Present(this);
133
}
134
135
bool RenderTask::Resize(int32 width, int32 height)
136
{
Callers
1
DrawEnd
Method · 0.45
Calls
1
Present
Method · 0.45
Tested by
no test coverage detected