mirror of
https://github.com/lubosz/overte.git
synced 2025-04-06 22:42:38 +02:00
Merge pull request #9824 from sethalves/fix-tablet-qml-overlay-in-hmd
fix -- restore missing shading pipeline for simple opaque in deferred
This commit is contained in:
commit
cd91d6ff3c
1 changed files with 3 additions and 0 deletions
|
@ -165,6 +165,9 @@ void initDeferredPipelines(render::ShapePlumber& plumber) {
|
|||
addPipeline(
|
||||
Key::Builder().withMaterial(),
|
||||
modelVertex, modelPixel);
|
||||
addPipeline(
|
||||
Key::Builder(),
|
||||
modelVertex, modelPixel);
|
||||
addPipeline(
|
||||
Key::Builder().withMaterial().withUnlit(),
|
||||
modelVertex, modelUnlitPixel);
|
||||
|
|
Loading…
Reference in a new issue