summaryrefslogtreecommitdiff
path: root/src/core.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.hpp')
-rw-r--r--src/core.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core.hpp b/src/core.hpp
index 9566a52..7393b33 100644
--- a/src/core.hpp
+++ b/src/core.hpp
@@ -59,6 +59,7 @@
#include "vk/graphics_pipeline_3d_layout.hpp"
#include "vk/graphics_pipeline_3d.hpp"
#include "vk/graphics_pipeline_3d_skeletal.hpp"
+#include "vk/graphics_pipeline_sprite_3d.hpp"
#include "vk/renderer.hpp"
#include "vk/swapchain.hpp"
@@ -131,6 +132,7 @@ struct cg_sCore
std::unique_ptr<VK::GraphicsPipeline3D> vk_graphics_pipeline_3d;
std::unique_ptr<VK::GraphicsPipeline3DSkeletal>
vk_graphics_pipeline_3d_skeletal;
+ std::unique_ptr<VK::GraphicsPipelineSprite3D> vk_graphics_pipeline_sprite_3d;
std::unique_ptr<VK::GraphicsPipeline2DSolid> vk_graphics_pipeline_2d_solid;
std::unique_ptr<VK::GraphicsPipeline2DWired> vk_graphics_pipeline_2d_wired;