std pipeline rename

This commit is contained in:
h4570
2022-07-18 19:46:06 +02:00
parent 632be84ceb
commit bb02a3d9bf
70 changed files with 679 additions and 680 deletions
+3 -3
View File
@@ -13,7 +13,7 @@
#include <engine.hpp>
#include <game.hpp>
#include "renderer/3d/pipeline/minecraft/minecraft_pipeline.hpp"
#include "renderer/3d/pipeline/std/std_pipeline.hpp"
#include "renderer/3d/pipeline/static/static_pipeline.hpp"
namespace Tyra {
@@ -39,8 +39,8 @@ class H4570 : public Game {
Vec4 cameraPosition, cameraLookAt;
MinecraftPipeline mcPip;
StdPipeline stdPip;
StdpipOptions* renderOptions;
Stapipeline stapip;
StapipOptions* renderOptions;
Texture* blocksTex;
u32 blocksCount;