init of dynpip bag

This commit is contained in:
h4570
2022-07-19 13:16:18 +02:00
parent 7fd2926d1d
commit 4e0785754e
18 changed files with 406 additions and 49 deletions
@@ -10,8 +10,8 @@
#pragma once
#include "renderer/3d/pipeline/shared/bag/pipeline_shading_type.hpp"
#include "./stapip_lighting_options.hpp"
#include "renderer/3d/pipeline/shared/pipeline_shading_type.hpp"
#include "../shared/pipeline_lighting_options.hpp"
namespace Tyra {
@@ -35,7 +35,7 @@ class StaPipOptions {
bool noFullClipChecks;
/** Optional */
StaPipLightingOptions* lighting;
PipelineLightingOptions* lighting;
};
} // namespace Tyra