Minor C++ fixes
This commit is contained in:
@@ -81,7 +81,7 @@ namespace Nz
|
||||
inline VkResult GetLastErrorCode() const;
|
||||
|
||||
CommandBuffer& operator=(const CommandBuffer&) = delete;
|
||||
CommandBuffer& operator=(CommandBuffer&& commandBuffer);
|
||||
CommandBuffer& operator=(CommandBuffer&& commandBuffer) noexcept;
|
||||
|
||||
inline operator VkCommandBuffer() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user