summaryrefslogtreecommitdiff
path: root/src/vk/graphics_pipeline_2d_wired.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vk/graphics_pipeline_2d_wired.hpp')
-rw-r--r--src/vk/graphics_pipeline_2d_wired.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vk/graphics_pipeline_2d_wired.hpp b/src/vk/graphics_pipeline_2d_wired.hpp
index aa975a8..8c7765d 100644
--- a/src/vk/graphics_pipeline_2d_wired.hpp
+++ b/src/vk/graphics_pipeline_2d_wired.hpp
@@ -35,11 +35,6 @@ struct GraphicsPipeline2DWired
VkPipeline graphic_pipeline;
DestinationBuffer *index_buffer;
- std::vector<UniformBuffer> ub_rectangles;
- std::vector<UniformBuffer> ub_rectangle_colors;
-
- VkDescriptorPool descriptor_pool;
- std::vector<VkDescriptorSet> descriptor_sets;
GraphicsPipeline2DWired();
~GraphicsPipeline2DWired();