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

Function AcquireNextSwapChainTexture

Source/NONE/ImplNONE.cpp:1035–1037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1033}
1034
1035static uint32_t NRI_CALL AcquireNextSwapChainTexture(SwapChain&) {
1036 return 0;
1037}
1038
1039static Result NRI_CALL WaitForPresent(SwapChain&) {
1040 return Result::SUCCESS;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected