MCPcopy Create free account
hub / github.com/NVIDIA-RTX/NRI / AcquireNextSwapChainTexture

Function AcquireNextSwapChainTexture

Source/Validation/ImplVal.cpp:1183–1185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1181}
1182
1183static uint32_t NRI_CALL AcquireNextSwapChainTexture(SwapChain& swapChain) {
1184 return ((SwapChainVal&)swapChain).AcquireNextTexture();
1185}
1186
1187static Result NRI_CALL WaitForPresent(SwapChain& swapChain) {
1188 return ((SwapChainVal&)swapChain).WaitForPresent();

Callers

nothing calls this directly

Calls 1

AcquireNextTextureMethod · 0.45

Tested by

no test coverage detected