SpiecsEngine
 
Loading...
Searching...
No Matches

◆ CreateGraphic()

void Spices::VulkanThreadQueue::CreateGraphic ( VulkanState & vulkanState,
VkQueue queue )
static

Create Graphic VulkanThreadQueue.

Parameters
[in]vulkanStateVulkanState.
[in]queueVkQueue.

Definition at line 23 of file VulkanThreadQueue.cpp.

24 {
26
27 m_GraphicQueues.Push(std::make_shared<VulkanThreadQueue>(vulkanState, queue));
28 }
#define SPICES_PROFILE_ZONE
static scl::thread_queue< std::shared_ptr< VulkanThreadQueue > > m_GraphicQueues
Graphic VulkanThreadQueue.