summaryrefslogtreecommitdiffstats
path: root/src/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/state.h b/src/state.h
index d4f7e6c..6e78d49 100644
--- a/src/state.h
+++ b/src/state.h
@@ -99,15 +99,9 @@ typedef struct state {
vks_context vk;
- VkQueue vk_graphics_and_compute_queue;
- VkQueue vk_present_queue;
-
VkDescriptorSetLayout vk_descriptor_set_layout;
-
vks_pipeline graphics_pipeline;
- VkCommandPool vk_command_pool;
-
frame_data frames[MAX_FRAMES_IN_FLIGHT];
vks_buffer vertex_buffer;
@@ -123,8 +117,6 @@ typedef struct state {
vks_image texture_image;
VkSampler vk_texture_sampler;
- vks_image depth_image;
-
VkPolygonMode polygon_mode;
Vertex *vertices;
@@ -135,7 +127,6 @@ typedef struct state {
char model_path[1000];
- vks_image color_image;
VkDescriptorSetLayout vk_compute_descriptor_set_layout;
VkPipelineLayout vk_compute_pipeline_layout;