summaryrefslogtreecommitdiff
path: root/src/vk/graphics_pipeline_2d_solid.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vk/graphics_pipeline_2d_solid.hpp')
-rw-r--r--src/vk/graphics_pipeline_2d_solid.hpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/vk/graphics_pipeline_2d_solid.hpp b/src/vk/graphics_pipeline_2d_solid.hpp
index ec3c744..eac825f 100644
--- a/src/vk/graphics_pipeline_2d_solid.hpp
+++ b/src/vk/graphics_pipeline_2d_solid.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2022 Frederico de Oliveira Linhares
+ * Copyright 2022-2023 Frederico de Oliveira Linhares
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,11 +18,9 @@
#define CANDY_GEAR_VK_GRAPHICS_PIPELINE_2D_SOLID_H 1
#include <memory>
-#include <unordered_map>
-#include <vector>
#include "core.hpp"
-#include "sprite.hpp"
+#include "command_pool.hpp"
#include "view_2d.hpp"
namespace VK
@@ -30,7 +28,6 @@ namespace VK
struct GraphicsPipeline2DSolid
{
- std::vector<VkFramebuffer> swapchain_framebuffers;
VkPipeline graphic_pipeline;
GraphicsPipeline2DSolid();