SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ~VulkanDescriptorPool()

Spices::VulkanDescriptorPool::~VulkanDescriptorPool ( )
overridevirtual

Destructor Function.

Destroy DescriptorPool.

Destroy DescriptorPool.

Definition at line 78 of file VulkanDescriptor.cpp.

79 {
81
85 vkDestroyDescriptorPool(m_VulkanState.m_Device, m_DescriptorPool, nullptr);
86 }
#define SPICES_PROFILE_ZONE
VkDescriptorPool m_DescriptorPool
The VkDescriptorPool this class wrapped.
VulkanState & m_VulkanState
The global VulkanState Referenced from VulkanRenderBackend.