From 2c60f5d4e44fec3b74d78dffe074416aec8a169f Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Mon, 5 Sep 2022 16:54:32 -0300 Subject: refa Move render passes away from graphics pipelines --- src/vk/graphics_pipeline_3d.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vk/graphics_pipeline_3d.hpp') 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 world_view_descriptor_sets; - VkRenderPass render_pass; std::vector swapchain_framebuffers; VkPipeline graphic_pipeline; -- cgit v1.2.3