SpiecsEngine
Loading...
Searching...
No Matches
◆
~VulkanQueryPool()
Spices::VulkanQueryPool::~VulkanQueryPool
(
)
override
virtual
Destructor Function.
Destroy this QueryPool.
Destroy this QueryPool.
Definition at line
45
of file
VulkanQueryPool.cpp
.
46
{
47
SPICES_PROFILE_ZONE
;
48
52
vkDestroyQueryPool(
m_VulkanState
.
m_Device
,
m_QueryPool
,
nullptr
);
53
}
SPICES_PROFILE_ZONE
#define SPICES_PROFILE_ZONE
Definition
TracyProfilerWrapper.h:100
Spices::VulkanObject::m_VulkanState
VulkanState & m_VulkanState
The global VulkanState Referenced from VulkanRenderBackend.
Definition
VulkanUtils.h:165
Spices::VulkanQueryPool::m_QueryPool
VkQueryPool m_QueryPool
VkQueryPool Handler.
Definition
VulkanQueryPool.h:87
Spices::VulkanState::m_Device
VkDevice m_Device
Definition
VulkanUtils.h:96
Spices
VulkanQueryPool
Generated on Sun Mar 8 2026 10:24:50 for SpiecsEngine by
1.10.0