initial drawLine()

This commit is contained in:
h4570
2022-08-15 01:37:24 +02:00
parent 3af2493068
commit 60e3804c15
5 changed files with 98 additions and 28 deletions
+3
View File
@@ -12,6 +12,7 @@
#include "./pipeline/renderer_3d_pipeline.hpp"
#include "./renderer_3d_utility.hpp"
#include "../core/renderer_core.hpp"
namespace Tyra {
@@ -22,6 +23,8 @@ class Renderer3D {
Renderer3DUtility utility;
void init(RendererCore* core);
/** Deinitialize previous pipeline and initialize new pipeline */
void usePipeline(Renderer3DPipeline* pipeline);