From 55ce210be6e688b569cc2a66122e7ea6e35b4f12 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Fri, 16 Feb 2024 17:45:27 -0800 Subject: [PATCH] add FIXME --- src/Refresh_Driver_Vulkan.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Refresh_Driver_Vulkan.c b/src/Refresh_Driver_Vulkan.c index 7b08f95..59a724c 100644 --- a/src/Refresh_Driver_Vulkan.c +++ b/src/Refresh_Driver_Vulkan.c @@ -1548,6 +1548,7 @@ typedef struct VulkanCommandBuffer VkDescriptorSet bufferDescriptorSet; /* updated by BindComputeBuffers */ VkDescriptorSet imageDescriptorSet; /* updated by BindComputeTextures */ + /* FIXME: descriptor pools should be per-command-buffer */ DescriptorSetData *boundDescriptorSetDatas; uint32_t boundDescriptorSetDataCount; uint32_t boundDescriptorSetDataCapacity;