mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 03:04:40 +02:00
Working mask rendering and debugging
This commit is contained in:
parent
f716d0cc44
commit
8d79313a9d
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ void DrawOutlineTask::build(JobModel& task, const render::Varying& inputs, rende
|
||||||
{
|
{
|
||||||
auto state = std::make_shared<gpu::State>();
|
auto state = std::make_shared<gpu::State>();
|
||||||
state->setDepthTest(true, true, gpu::LESS_EQUAL);
|
state->setDepthTest(true, true, gpu::LESS_EQUAL);
|
||||||
state->setColorWriteMask(false, false, false, false);
|
state->setColorWriteMask(true, true, true, true);
|
||||||
|
|
||||||
initMaskPipelines(*shapePlumber, state);
|
initMaskPipelines(*shapePlumber, state);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue