add spirv reflect

This commit is contained in:
Matthew 2025-10-28 05:05:12 +11:00
parent 6021713286
commit 0b411a1182
5 changed files with 8019 additions and 1 deletions

5549
external/spirv_reflect/spirv_reflect.c vendored Normal file

File diff suppressed because it is too large Load Diff

2467
external/spirv_reflect/spirv_reflect.h vendored Normal file

File diff suppressed because it is too large Load Diff

View File

View File

@ -19,4 +19,6 @@
#define VMA_DYNAMIC_VULKAN_FUNCTIONS 1 #define VMA_DYNAMIC_VULKAN_FUNCTIONS 1
#define VMA_VULKAN_VERSION 1002000 #define VMA_VULKAN_VERSION 1002000
#include "vma/vk_mem_alloc.h" #include "external/vma/vk_mem_alloc.h"
#include "external/spirv_reflect/spirv_reflect.h"