Commit missing lines
Former-commit-id: f132bf8dd03b58a4f97db030b39be890b955adfb [formerly 5aad066c0ad529922f09301db473d4a8f952b57d] Former-commit-id: d9c68d4607a669533d040125539c9ac9f161dfa5
This commit is contained in:
parent
7bbc2f6992
commit
96b745d6b8
|
|
@ -24,6 +24,9 @@ namespace Nz
|
|||
Buffer(Buffer&&) = default;
|
||||
~Buffer() = default;
|
||||
|
||||
using DeviceObject::Create;
|
||||
inline bool Create(const DeviceHandle& device, VkDeviceSize size, UInt32 memoryType, const VkAllocationCallbacks* allocator = nullptr);
|
||||
|
||||
VkMemoryRequirements GetMemoryRequirements() const;
|
||||
|
||||
Buffer& operator=(const Buffer&) = delete;
|
||||
|
|
|
|||
Loading…
Reference in New Issue