add FIXME
parent
45f5bef337
commit
55ce210be6
|
@ -1548,6 +1548,7 @@ typedef struct VulkanCommandBuffer
|
||||||
VkDescriptorSet bufferDescriptorSet; /* updated by BindComputeBuffers */
|
VkDescriptorSet bufferDescriptorSet; /* updated by BindComputeBuffers */
|
||||||
VkDescriptorSet imageDescriptorSet; /* updated by BindComputeTextures */
|
VkDescriptorSet imageDescriptorSet; /* updated by BindComputeTextures */
|
||||||
|
|
||||||
|
/* FIXME: descriptor pools should be per-command-buffer */
|
||||||
DescriptorSetData *boundDescriptorSetDatas;
|
DescriptorSetData *boundDescriptorSetDatas;
|
||||||
uint32_t boundDescriptorSetDataCount;
|
uint32_t boundDescriptorSetDataCount;
|
||||||
uint32_t boundDescriptorSetDataCapacity;
|
uint32_t boundDescriptorSetDataCapacity;
|
||||||
|
|
Loading…
Reference in New Issue