SpiecsEngine
 
Loading...
Searching...
No Matches

◆ UnLoadAll()

void Spices::DescriptorSetManager::UnLoadAll ( )
static

Forcing UnLoad all VulkanDescriptorSet.

Definition at line 90 of file DescriptorSetManager.cpp.

91 {
93
94 std::unique_lock<std::mutex> lock(m_Mutex);
95
96 m_DescriptorSets.clear();
97 }
#define SPICES_PROFILE_ZONE
static std::mutex m_Mutex
Mutex of this DescriptorSetManager.
static DescriptorManagerContainer m_DescriptorSets
The container of all descriptor sets, identified with owner's name and set number.