Fix compiler errors with Vulkan 1.2.x

This commit is contained in:
Josh
2020-12-19 02:36:57 +01:00
parent 68e3b279fa
commit 84628b8f6b
5 changed files with 14 additions and 11 deletions

View File

@@ -110,7 +110,7 @@ public:
protected:
uint32 LayoutTypes[VK_DESCRIPTOR_TYPE_RANGE_SIZE];
uint32 LayoutTypes[VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT];
Array<SetLayout> SetLayouts;
uint32 _hash = 0;