summaryrefslogtreecommitdiffstats
path: root/src/state.h
diff options
context:
space:
mode:
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;