add VKMemoryAllocator

This commit is contained in:
2021-03-25 20:00:19 +08:00
parent 4af5735c25
commit e1aaaa0b31
12 changed files with 139 additions and 37 deletions

View File

@@ -37,7 +37,9 @@ public:
public:
const uint32_t GetConstantSize()const{return properties.limits.maxPushConstantsSize;}
const uint32_t GetUBORange ()const{return properties.limits.maxUniformBufferRange;}
const uint32_t GetSSBORange ()const{return properties.limits.maxStorageBufferRange;}
const uint32_t GetConstantSize ()const{return properties.limits.maxPushConstantsSize;}
public: