Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
int Swapchain::acquireNextImage()
74
{
75
return mGfxSwapchain->acquireNextImage();
76
}
77
78
void Swapchain::resize(uint32_t width, uint32_t height)
79
{
Callers
2
renderFrame
Method · 0.80
frame
Method · 0.80
Calls
no outgoing calls
Tested by
1
frame
Method · 0.64