summaryrefslogtreecommitdiff
path: root/src/vk/graphics_pipeline_2d_solid_layout.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vk/graphics_pipeline_2d_solid_layout.hpp')
-rw-r--r--src/vk/graphics_pipeline_2d_solid_layout.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/vk/graphics_pipeline_2d_solid_layout.hpp b/src/vk/graphics_pipeline_2d_solid_layout.hpp
index b04d239..59a5c5e 100644
--- a/src/vk/graphics_pipeline_2d_solid_layout.hpp
+++ b/src/vk/graphics_pipeline_2d_solid_layout.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2022 Frederico de Oliveira Linhares
+ * Copyright 2022-2023 Frederico de Oliveira Linhares
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -24,8 +24,6 @@ namespace VK
struct GraphicsPipeline2DSolidLayout
{
- VkDescriptorSetLayout descriptor_set_view;
- VkDescriptorSetLayout descriptor_set_sprite;
VkPipelineLayout pipeline;
VkRenderPass render_pass;