| 1181 | } |
| 1182 | |
| 1183 | static uint32_t NRI_CALL AcquireNextSwapChainTexture(SwapChain& swapChain) { |
| 1184 | return ((SwapChainVal&)swapChain).AcquireNextTexture(); |
| 1185 | } |
| 1186 | |
| 1187 | static Result NRI_CALL WaitForPresent(SwapChain& swapChain) { |
| 1188 | return ((SwapChainVal&)swapChain).WaitForPresent(); |
nothing calls this directly
no test coverage detected