summaryrefslogtreecommitdiff
path: root/src/vk/graphics_pipeline_3d.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vk/graphics_pipeline_3d.hpp')
-rw-r--r--src/vk/graphics_pipeline_3d.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vk/graphics_pipeline_3d.hpp b/src/vk/graphics_pipeline_3d.hpp
index 2efbc00..d14479f 100644
--- a/src/vk/graphics_pipeline_3d.hpp
+++ b/src/vk/graphics_pipeline_3d.hpp
@@ -48,7 +48,6 @@ struct GraphicsPipeline3D
VkDescriptorPool descriptor_pool;
std::vector<VkDescriptorSet> world_view_descriptor_sets;
- VkRenderPass render_pass;
std::vector<VkFramebuffer> swapchain_framebuffers;
VkPipeline graphic_pipeline;