summaryrefslogtreecommitdiff
path: root/src/vk/graphics_pipeline_2d_wired.hpp
diff options
context:
space:
mode:
authorFrederico Linhares <fred@linhares.blue>2023-01-06 17:30:12 -0300
committerFrederico Linhares <fred@linhares.blue>2023-01-06 17:30:12 -0300
commit62367a0bcca75c45eb3e7d1582c4fff18827ddc7 (patch)
tree0ac14c45bd0236104034d47401edc407ec94c94a /src/vk/graphics_pipeline_2d_wired.hpp
parentb0b61c117c6e2bc7693802f005a2888e7cc073c2 (diff)
refa Use Push constants for sprites and rectangles
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();