Open 3D Engine Atom Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::Vulkan::ExecuteWorkRequest Struct Reference

Inherits AZ::RHI::ExecuteWorkRequest.

Public Attributes

RHI::Ptr< CommandListm_commandList
 Primary command buffer to queue.
 
AZStd::vector< Semaphore::WaitSemaphore > m_semaphoresToWait
 Set of semaphores to wait before execution of commands.
 
AZStd::vector< RHI::Ptr< Semaphore > > m_semaphoresToSignal
 Set of semaphores to signal after execution of commands.
 
AZStd::vector< RHI::Ptr< Fence > > m_fencesToSignal
 Fence to signal after execution of commands.
 
AZStd::string m_debugLabel
 Debug label to insert during work execution.
 
- Public Attributes inherited from AZ::RHI::ExecuteWorkRequest
AZStd::vector< SwapChain * > m_swapChainsToPresent
 

The documentation for this struct was generated from the following file: