This commit is contained in:
luboslenco
2025-03-06 22:21:05 +01:00
parent 118443ce2e
commit 7babab49f7
51 changed files with 427 additions and 965 deletions
+1 -4
View File
@@ -72,7 +72,7 @@ struct vk_window {
struct vk_depth depth;
};
#define MAXIMUM_WINDOWS 16
#define MAXIMUM_WINDOWS 1
struct vk_context {
VkInstance instance;
@@ -120,8 +120,6 @@ typedef struct kinc_g5_compute_shader_impl {
VkShaderModule shader_module;
} kinc_g5_compute_shader_impl;
struct kinc_g5_shader;
typedef struct PipelineState5Impl_s {
const char **textures;
int *textureValues;
@@ -244,7 +242,6 @@ typedef struct {
VkDeviceMemory top_level_mem;
VkBuffer instances_buffer;
VkDeviceMemory instances_mem;
} kinc_g5_raytrace_acceleration_structure_impl_t;
#endif