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 {
91
95 vkResetDescriptorPool(m_VulkanState.m_Device, m_DescriptorPool, 0);
96 }
#define SPICES_PROFILE_ZONE
VkDescriptorPool m_DescriptorPool
The VkDescriptorPool this class wrapped.
VulkanState & m_VulkanState
The global VulkanState Referenced from VulkanRenderBackend.