fixed VABMap

This commit is contained in:
2024-06-02 12:40:17 +08:00
parent 66ef3160e1
commit 01bb4b2153
3 changed files with 15 additions and 9 deletions

View File

@@ -22,6 +22,7 @@ public:
void Set(DeviceBuffer *buf_ptr,VkDeviceSize off,VkDeviceSize s);
const VkDeviceSize GetSize()const{ return size; }
const bool IsValid()const{ return buffer; }
void Clear();