mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Init the shapePlumber
This commit is contained in:
parent
c9e1d8f5f4
commit
016a14d3d5
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ void ToneMappingDeferred::run(const SceneContextPointer& sceneContext, const Ren
|
||||||
|
|
||||||
RenderDeferredTask::RenderDeferredTask() : Task() {
|
RenderDeferredTask::RenderDeferredTask() : Task() {
|
||||||
// Prepare the ShapePipelines
|
// Prepare the ShapePipelines
|
||||||
ShapePlumberPointer shapePlumber;
|
ShapePlumberPointer shapePlumber = std::make_shared<ShapePlumber>();
|
||||||
initDeferredPipelines(*shapePlumber);
|
initDeferredPipelines(*shapePlumber);
|
||||||
|
|
||||||
// CPU only, create the list of renderedOpaques items
|
// CPU only, create the list of renderedOpaques items
|
||||||
|
|
Loading…
Reference in a new issue