summaryrefslogtreecommitdiff
path: root/src/vk/graphics_pipeline_3d.hpp
diff options
context:
space:
mode:
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;