add FIXME

pull/50/head
cosmonaut 2024-02-16 17:45:27 -08:00
parent 45f5bef337
commit 55ce210be6
1 changed files with 1 additions and 0 deletions

View File

@ -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;