SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetPool()

VkDescriptorPool & Spices::VulkanDescriptorPool::GetPool ( )
inline

Get the VkDescriptorPool this class wrapped.

Returns
Returns the VkDescriptorPool.

Definition at line 114 of file VulkanDescriptor.h.

114{ return m_DescriptorPool; }
VkDescriptorPool m_DescriptorPool
The VkDescriptorPool this class wrapped.