summaryrefslogtreecommitdiffstats
path: root/src/state.h
diff options
context:
space:
mode:
authorgrm <grm@eyesin.space>2026-03-13 22:05:58 +0200
committergrm <grm@eyesin.space>2026-03-13 22:05:58 +0200
commit21edd2596ff657fc2de61e8848e74cf3c5c9ef01 (patch)
treeb62cac3c8433cca716bb5c699552d9c3ff386af3 /src/state.h
parent67eec36945ed1706f23d0fe6d3017a09516dc42b (diff)
downloadcgame-21edd2596ff657fc2de61e8848e74cf3c5c9ef01.tar.gz
cgame-21edd2596ff657fc2de61e8848e74cf3c5c9ef01.tar.bz2
cgame-21edd2596ff657fc2de61e8848e74cf3c5c9ef01.zip
not sure
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h3
1 files changed, 1 insertions, 2 deletions
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;