summaryrefslogtreecommitdiff
path: root/src/vk/graphics_pipeline_2d.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vk/graphics_pipeline_2d.hpp')
-rw-r--r--src/vk/graphics_pipeline_2d.hpp4
1 files changed, 0 insertions, 4 deletions
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<UniformBuffer> ub_projection;