summaryrefslogtreecommitdiff
path: root/src/vk/graphics_pipeline_2d_wired.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vk/graphics_pipeline_2d_wired.hpp')
-rw-r--r--src/vk/graphics_pipeline_2d_wired.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vk/graphics_pipeline_2d_wired.hpp b/src/vk/graphics_pipeline_2d_wired.hpp
index 8c7765d..932ed61 100644
--- a/src/vk/graphics_pipeline_2d_wired.hpp
+++ b/src/vk/graphics_pipeline_2d_wired.hpp
@@ -18,8 +18,6 @@
#define CANDY_GEAR_VK_GRAPHICS_PIPELINE_2D_WIRED_H 1
#include <memory>
-#include <unordered_map>
-#include <vector>
#include "core.hpp"
#include "view_2d.hpp"
@@ -31,7 +29,6 @@ struct GraphicsPipeline2DWired
{
QueueFamily *queue_family;
- std::vector<VkFramebuffer> swapchain_framebuffers;
VkPipeline graphic_pipeline;
DestinationBuffer *index_buffer;