diff options
Diffstat (limited to 'layers/core_validation.cpp')
| -rw-r--r-- | layers/core_validation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp index fcc25f39..381ca02e 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -3411,7 +3411,7 @@ static bool validateIdleDescriptorSet(const layer_data *my_data, VkDescriptorSet return skip_call; } -// Free the descriptor set, remove it from setMap and invalidate any cmd buffers that it was bound to +// Remove set from setMap and delete the set static void freeDescriptorSet(layer_data *dev_data, cvdescriptorset::DescriptorSet *descriptor_set) { dev_data->setMap.erase(descriptor_set->GetSet()); delete descriptor_set; |
