SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetDescriptorPool()

static std::shared_ptr< VulkanDescriptorPool > Spices::VulkanRenderBackend::GetDescriptorPool ( )
inlinestatic

Get DescriptorPool in use.

Returns
Returns the shared pointer of VulkanDescriptorPool in use.

Definition at line 103 of file VulkanRenderBackend.h.

103{ return m_VulkanDescriptorPool; }
static std::shared_ptr< VulkanDescriptorPool > m_VulkanDescriptorPool
The VulkanDescriptorPool in use.