init dynpip bag

This commit is contained in:
h4570
2022-07-18 23:16:47 +02:00
parent efdec2c52e
commit 0953ce3f19
33 changed files with 321 additions and 80 deletions
@@ -10,7 +10,7 @@
#pragma once
#include "./stapip_shading_type.hpp"
#include "renderer/3d/pipeline/shared/bag/pipeline_shading_type.hpp"
#include "./stapip_lighting_options.hpp"
namespace Tyra {
@@ -20,7 +20,7 @@ class StaPipOptions {
StaPipOptions() {}
~StaPipOptions() {}
StaPipShadingType shadingType;
PipelineShadingType shadingType;
bool blendingEnabled;
bool antiAliasingEnabled;
bool noClipChecks;