This commit is contained in:
2026-02-20 19:35:09 +02:00
parent 3ed689f801
commit c00ecf4081
35 changed files with 576 additions and 99 deletions

View File

@@ -10,6 +10,7 @@ struct VulkanDescriptor_t
VkDescriptorType eDescriptorType;
uint32_t uBinding;
uint32_t uSet;
uint32_t uCount;
};
struct VulkanInputMetaData_t