VKMemoryAllocator::Alloc() use new name AllocMemory().

This commit is contained in:
2021-05-08 17:55:16 +08:00
parent 666bedbf85
commit 1dc5dd09a7
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ class VKMemoryAllocator:public AbstractMemoryAllocator
protected:
bool Alloc() override;
bool AllocMemory() override;
public: