initial drawLine()
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user