Cleanup: Remove incorrect CPP attribute
Parameter was tagged to be deprecated, but in fact it is not.
This commit is contained in:
@@ -95,7 +95,7 @@ class VKDescriptorSetLayouts : NonCopyable {
|
||||
*/
|
||||
VkDescriptorSetLayout get_or_create(const VKDescriptorSetLayoutInfo &info,
|
||||
bool &r_created,
|
||||
[[deprecated]] bool &r_needed);
|
||||
bool &r_needed);
|
||||
|
||||
/**
|
||||
* Free all descriptor set layouts.
|
||||
|
||||
Reference in New Issue
Block a user