Struct RendererAPI::QueueSubmitDesc#

Nested Relationships#

This struct is a nested type of Class RendererAPI.

Struct Documentation#

struct QueueSubmitDesc#

Description for a queue submission.

Public Members

std::vector<std::reference_wrapper<CommandBuffer>> Cmds = {}#
TRAP::Ref<Fence> SignalFence = {}#
std::vector<TRAP::Ref<Semaphore>> WaitSemaphores = {}#
std::vector<TRAP::Ref<Semaphore>> SignalSemaphores = {}#