summaryrefslogtreecommitdiff
path: root/src/vk/graphics_pipeline_3d.hpp
diff options
context:
space:
mode:
authorFrederico Linhares <fred@linhares.blue>2022-09-08 13:59:17 -0300
committerFrederico Linhares <fred@linhares.blue>2022-09-08 13:59:17 -0300
commite386b9fd4ebc13a6a04def65585e795f4d39335d (patch)
tree76b37c85cba4730fefa3f14c8fcb72d1625175b2 /src/vk/graphics_pipeline_3d.hpp
parent2c60f5d4e44fec3b74d78dffe074416aec8a169f (diff)
refa Move layouts away from graphics pipelines
Diffstat (limited to 'src/vk/graphics_pipeline_3d.hpp')
-rw-r--r--src/vk/graphics_pipeline_3d.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vk/graphics_pipeline_3d.hpp b/src/vk/graphics_pipeline_3d.hpp
index d14479f..97ca63c 100644
--- a/src/vk/graphics_pipeline_3d.hpp
+++ b/src/vk/graphics_pipeline_3d.hpp
@@ -32,10 +32,6 @@ namespace VK
struct GraphicsPipeline3D
{
- VkDescriptorSetLayout descriptor_set_layout_model_instance;
- VkDescriptorSetLayout descriptor_set_layout_world_view;
- VkPipelineLayout pipeline_layout;
-
// Depth image.
VkImage depth_image;
VkDeviceMemory depth_image_memory;