summaryrefslogtreecommitdiff
path: root/src/vk/graphics_pipeline_3d_layout.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vk/graphics_pipeline_3d_layout.hpp')
-rw-r--r--src/vk/graphics_pipeline_3d_layout.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vk/graphics_pipeline_3d_layout.hpp b/src/vk/graphics_pipeline_3d_layout.hpp
index f69e3ab..2117fb6 100644
--- a/src/vk/graphics_pipeline_3d_layout.hpp
+++ b/src/vk/graphics_pipeline_3d_layout.hpp
@@ -24,9 +24,6 @@ namespace VK
struct GraphicsPipeline3DLayout
{
- VkDescriptorSetLayout descriptor_set_world;
- VkDescriptorSetLayout descriptor_set_view;
- VkDescriptorSetLayout descriptor_set_model;
VkPipelineLayout pipeline;
VkRenderPass render_pass;