SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ~VulkanQueryPool()

Spices::VulkanQueryPool::~VulkanQueryPool ( )
overridevirtual

Destructor Function.

Destroy this QueryPool.

Destroy this QueryPool.

Definition at line 45 of file VulkanQueryPool.cpp.

46 {
48
52 vkDestroyQueryPool(m_VulkanState.m_Device, m_QueryPool, nullptr);
53 }
#define SPICES_PROFILE_ZONE
VulkanState & m_VulkanState
The global VulkanState Referenced from VulkanRenderBackend.
VkQueryPool m_QueryPool
VkQueryPool Handler.