Vulkan fixes

This commit is contained in:
luboslenco
2025-05-14 12:44:13 +02:00
parent 4b5aff9a8a
commit dfd6ef7499
17 changed files with 163 additions and 399 deletions
+2
View File
@@ -598,6 +598,8 @@ type shader_context_runtime_t = {
constants?: iron_gpu_constant_location_t[];
tex_units?: iron_gpu_texture_unit_t[];
structure?: iron_gpu_vertex_structure_t;
vertex_shader_size?: i32;
fragment_shader_size?: i32;
};
type vertex_element_t = {