work on shader compiler

This commit is contained in:
2026-02-05 23:03:03 +02:00
parent 4bfbcaa4a6
commit 7ac98cf9ba
6 changed files with 107 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
struct VulkanDescriptor_t
{
char szName[32];
VkDescriptorType eDescriptorType;
uint32_t uBinding;
uint32_t uSet;