Skip to content

KDGpu::PresentOptions

Module: Public API

#include <KDGpu/queue.h>

Public Attributes

Name
std::vector< Handle< GpuSemaphore_t > > waitSemaphores
std::vector< SwapchainPresentInfo > swapchainInfos

Public Attributes Documentation

variable waitSemaphores

1
std::vector< Handle< GpuSemaphore_t > > waitSemaphores;

variable swapchainInfos

1
std::vector< SwapchainPresentInfo > swapchainInfos;

Updated on 2024-09-08 at 00:13:10 +0000