summaryrefslogtreecommitdiff
path: root/src/vk/graphics_pipeline_3d_layout.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vk/graphics_pipeline_3d_layout.hpp')
-rw-r--r--src/vk/graphics_pipeline_3d_layout.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vk/graphics_pipeline_3d_layout.hpp b/src/vk/graphics_pipeline_3d_layout.hpp
index 2117fb6..4b2b9b9 100644
--- a/src/vk/graphics_pipeline_3d_layout.hpp
+++ b/src/vk/graphics_pipeline_3d_layout.hpp
@@ -25,7 +25,6 @@ namespace VK
struct GraphicsPipeline3DLayout
{
VkPipelineLayout pipeline;
- VkRenderPass render_pass;
GraphicsPipeline3DLayout();
~GraphicsPipeline3DLayout();