From e386b9fd4ebc13a6a04def65585e795f4d39335d Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Thu, 8 Sep 2022 13:59:17 -0300 Subject: refa Move layouts away from graphics pipelines --- src/vk/graphics_pipeline_2d.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/vk/graphics_pipeline_2d.hpp') diff --git a/src/vk/graphics_pipeline_2d.hpp b/src/vk/graphics_pipeline_2d.hpp index dc122be..193c06d 100644 --- a/src/vk/graphics_pipeline_2d.hpp +++ b/src/vk/graphics_pipeline_2d.hpp @@ -27,10 +27,6 @@ namespace VK struct GraphicsPipeline2D { - VkDescriptorSetLayout descriptor_set_layout_projection; - VkDescriptorSetLayout descriptor_set_layout_sprite; - VkPipelineLayout pipeline_layout; - // FIXME: if this vector get resized, it will cause a segmentation fault! std::vector ub_projection; -- cgit v1.2.3