Skip to content

KDGpu::SubmitOptions

Holds information required to perform a queue submission.

#include <queue.h>

Public Attributes

Name
std::vector< Handle< CommandBuffer_t > > commandBuffers
std::vector< Handle< GpuSemaphore_t > > waitSemaphores
std::vector< Handle< GpuSemaphore_t > > signalSemaphores
Handle< Fence_t > signalFence

Public Attributes Documentation

variable commandBuffers

1
std::vector< Handle< CommandBuffer_t > > commandBuffers;

variable waitSemaphores

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

variable signalSemaphores

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

variable signalFence

1
Handle< Fence_t > signalFence;

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