44 {
46
47 std::unique_lock<std::mutex> lock(
m_Mutex);
48
50 {
52 {
54 }
55 else
56 {
57 const auto descriptorSet =
m_DescriptorSets[name][SpicesShader::BINDLESS_TEXTURE_SET];
60 }
61 }
62 }
#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.