From 21edd2596ff657fc2de61e8848e74cf3c5c9ef01 Mon Sep 17 00:00:00 2001 From: grm Date: Fri, 13 Mar 2026 22:05:58 +0200 Subject: not sure --- src/state.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/state.h') diff --git a/src/state.h b/src/state.h index 8177c77..de6108a 100644 --- a/src/state.h +++ b/src/state.h @@ -109,8 +109,7 @@ typedef struct state { char model_path[1000]; - - + VkDescriptorPool vk_compute_descriptor_pool; VkDescriptorSetLayout vk_compute_descriptor_set_layout; VkPipelineLayout vk_compute_pipeline_layout; VkPipeline vk_compute_pipeline; -- cgit v1.2.3