Commit missing lines

Former-commit-id: f132bf8dd03b58a4f97db030b39be890b955adfb [formerly 5aad066c0ad529922f09301db473d4a8f952b57d]
Former-commit-id: d9c68d4607a669533d040125539c9ac9f161dfa5
This commit is contained in:
Lynix 2016-07-13 12:47:35 +02:00
parent 7bbc2f6992
commit 96b745d6b8
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ namespace Nz
Buffer(Buffer&&) = default; Buffer(Buffer&&) = default;
~Buffer() = default; ~Buffer() = default;
using DeviceObject::Create;
inline bool Create(const DeviceHandle& device, VkDeviceSize size, UInt32 memoryType, const VkAllocationCallbacks* allocator = nullptr);
VkMemoryRequirements GetMemoryRequirements() const; VkMemoryRequirements GetMemoryRequirements() const;
Buffer& operator=(const Buffer&) = delete; Buffer& operator=(const Buffer&) = delete;