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

Method acquireNextImage

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

Source from the content-addressed store, hash-verified

71}
72
73int Swapchain::acquireNextImage()
74{
75 return mGfxSwapchain->acquireNextImage();
76}
77
78void Swapchain::resize(uint32_t width, uint32_t height)
79{

Callers 2

renderFrameMethod · 0.80
frameMethod · 0.80

Calls

no outgoing calls

Tested by 1

frameMethod · 0.64