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.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/vk/graphics_pipeline_3d.hpp b/src/vk/graphics_pipeline_3d.hpp
index af09d28..bfe034d 100644
--- a/src/vk/graphics_pipeline_3d.hpp
+++ b/src/vk/graphics_pipeline_3d.hpp
@@ -18,7 +18,6 @@
#define CANDY_GEAR_VK_GRAPHICS_PIPELINE_3D_H 1
#include <memory>
-#include <unordered_map>
#include "core.hpp"
#include "command_pool.hpp"
@@ -29,12 +28,6 @@ namespace VK
struct GraphicsPipeline3D
{
- // Depth image.
- VkImage depth_image;
- VkDeviceMemory depth_image_memory;
- VkImageView depth_image_view;
-
- std::vector<VkFramebuffer> swapchain_framebuffers;
VkPipeline graphic_pipeline;
GraphicsPipeline3D();