MCPcopy 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
243void DeviceManager::Present()
244{
245 Assert_(device);
246
247 uint32 interval = vsync ? numVSYNCIntervals : 0;
248 DXCall(swapChain->Present(interval, 0));
249}
250
251}

Callers 2

RunMethod · 0.80
RenderTextMethod · 0.80

Calls 1

DXCallFunction · 0.85

Tested by

no test coverage detected