Minor C++ fixes
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Nz
|
||||
public:
|
||||
DescriptorPool() = default;
|
||||
DescriptorPool(const DescriptorPool&) = delete;
|
||||
DescriptorPool(DescriptorPool&&) = default;
|
||||
DescriptorPool(DescriptorPool&&) noexcept = default;
|
||||
~DescriptorPool() = default;
|
||||
|
||||
DescriptorSet AllocateDescriptorSet(const VkDescriptorSetLayout& setLayouts);
|
||||
|
||||
Reference in New Issue
Block a user