Vulkan fixes

This commit is contained in:
luboslenco
2025-07-21 15:29:27 +02:00
parent a7de4b0c30
commit bada1a8788
2 changed files with 29 additions and 24 deletions
-4
View File
@@ -12,7 +12,6 @@ typedef struct gpu_pipeline_impl {
} gpu_pipeline_impl_t;
typedef struct {
unsigned id;
char *source;
int length;
} gpu_shader_impl_t;
@@ -21,9 +20,6 @@ typedef struct {
VkImage image;
VkDeviceMemory mem;
VkImageView view;
VkBuffer readback;
VkDeviceMemory readback_mem;
bool readback_created;
} gpu_texture_impl_t;
typedef struct {