Fix crash on memory access in Vulkan descriptor set data

This commit is contained in:
Wojtek Figat
2025-08-02 17:56:26 +02:00
parent 34ba45cd5a
commit 31764d6d4e

View File

@@ -65,7 +65,7 @@ public:
uint32 Hash = 0;
uint32 SetLayoutsHash = 0;
uint32 LayoutTypes[VULKAN_DESCRIPTOR_TYPE_END];
uint32 LayoutTypes[VULKAN_DESCRIPTOR_TYPE_END + 1];
Array<SetLayout> SetLayouts;
public: