| 1033 | } |
| 1034 | |
| 1035 | static uint32_t NRI_CALL AcquireNextSwapChainTexture(SwapChain&) { |
| 1036 | return 0; |
| 1037 | } |
| 1038 | |
| 1039 | static Result NRI_CALL WaitForPresent(SwapChain&) { |
| 1040 | return Result::SUCCESS; |
nothing calls this directly
no outgoing calls
no test coverage detected