mockup of utility functions

This commit is contained in:
h4570
2022-08-14 21:07:16 +02:00
parent d0085e834e
commit 74c684fff8
8 changed files with 105 additions and 5 deletions
+3
View File
@@ -11,6 +11,7 @@
#pragma once
#include "./pipeline/renderer_3d_pipeline.hpp"
#include "./renderer_3d_utility.hpp"
namespace Tyra {
@@ -19,6 +20,8 @@ class Renderer3D {
Renderer3D();
~Renderer3D();
Renderer3DUtility utility;
/** Deinitialize previous pipeline and initialize new pipeline */
void usePipeline(Renderer3DPipeline* pipeline);