Skip to content

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
struct KDGpu::SwapchainPresentInfo;

Specifies a swapchain and image index for presentation.

n

Public Attributes Documentation

variable swapchain

1
RequiredHandle< Swapchain_t > swapchain;

variable imageIndex

1
uint32_t imageIndex;

Updated on 2026-03-31 at 00:02:07 +0000