Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/BakingLab
/ Present
Method
Present
SampleFramework11/v1.02/Graphics/DeviceManager.cpp:243–249 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
}
242
243
void DeviceManager::Present()
244
{
245
Assert_(device);
246
247
uint32 interval = vsync ? numVSYNCIntervals : 0;
248
DXCall(swapChain->Present(interval, 0));
249
}
250
251
}
Callers
2
Run
Method · 0.80
RenderText
Method · 0.80
Calls
1
DXCall
Function · 0.85
Tested by
no test coverage detected