MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / present

Method present

Source/Falcor/Core/API/Swapchain.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void Swapchain::present()
69{
70 FALCOR_GFX_CALL(mGfxSwapchain->present());
71}
72
73int Swapchain::acquireNextImage()
74{

Callers 2

renderFrameMethod · 0.80
frameMethod · 0.80

Calls

no outgoing calls

Tested by 1

frameMethod · 0.64