SpiecsEngine
 
Loading...
Searching...
No Matches

◆ UnLoadForce() [1/2]

void Spices::DescriptorSetManager::UnLoadForce ( const std::string & name)
static

Forcing UnLoad a VulkanDescriptorSet.

Parameters
nameThe owner's name of the descriptor set.

Definition at line 83 of file DescriptorSetManager.cpp.

84 {
86
87 UnLoadForce({ name , name });
88 }
#define SPICES_PROFILE_ZONE
static void UnLoadForce(const String2 &name)
Forcing UnLoad a VulkanDescriptorSet.

References Spices::String2::String2(), and UnLoadForce().

Referenced by Spices::PreRenderer::~PreRenderer().