KDGpu::SwapchainPresentInfo¶
Module: Public API
Specifies a swapchain and image index for presentation. More...
#include <KDGpu/queue.h>
Public Attributes¶
| Name | |
|---|---|
| RequiredHandle< Swapchain_t > | swapchain |
| uint32_t | imageIndex |
Detailed Description¶
1 | |
Specifies a swapchain and image index for presentation.
n
Public Attributes Documentation¶
variable swapchain¶
1 | |
variable imageIndex¶
1 | |
Updated on 2026-03-31 at 00:02:07 +0000