SpiecsEngine
Loading...
Searching...
No Matches
◆
ResetPool()
void Spices::VulkanDescriptorPool::ResetPool
(
)
const
Reset this pool.
Note
Not in use.
Reset DescriptorPool.
Reset DescriptorPool.
Definition at line
88
of file
VulkanDescriptor.cpp
.
89
{
90
SPICES_PROFILE_ZONE
;
91
95
vkResetDescriptorPool(
m_VulkanState
.
m_Device
,
m_DescriptorPool
, 0);
96
}
SPICES_PROFILE_ZONE
#define SPICES_PROFILE_ZONE
Definition
TracyProfilerWrapper.h:100
Spices::VulkanDescriptorPool::m_DescriptorPool
VkDescriptorPool m_DescriptorPool
The VkDescriptorPool this class wrapped.
Definition
VulkanDescriptor.h:121
Spices::VulkanObject::m_VulkanState
VulkanState & m_VulkanState
The global VulkanState Referenced from VulkanRenderBackend.
Definition
VulkanUtils.h:165
Spices::VulkanState::m_Device
VkDevice m_Device
Definition
VulkanUtils.h:96
Spices
VulkanDescriptorPool
Generated on Sun Mar 8 2026 10:24:50 for SpiecsEngine by
1.10.0