SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ~VulkanDescriptorSet()

Spices::VulkanDescriptorSet::~VulkanDescriptorSet ( )
overridevirtual

Destructor Function.

Free DescriptorSet.

Free DescriptorSet.

Definition at line 216 of file VulkanDescriptor.cpp.

217 {
219
223 vkFreeDescriptorSets(m_VulkanState.m_Device, m_Pool->GetPool(), 1, &m_DescriptorSet);
224 }
#define SPICES_PROFILE_ZONE
std::shared_ptr< VulkanDescriptorPool > m_Pool
The VulkanDescriptorPool this descriptor set in use.
VkDescriptorSet m_DescriptorSet
The VkDescriptorSet this class handled.
VulkanState & m_VulkanState
The global VulkanState Referenced from VulkanRenderBackend.