mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-06-01 09:12:29 +00:00
Attempt to implement DrawStencilShadowPass
This commit is contained in:
parent
51294e6549
commit
ccd5086d20
5 changed files with 185 additions and 305 deletions
|
@ -309,7 +309,7 @@ void PipelineCache::GetRenderState( uint64 stateBits, PipelineKey key, nvrhi::Re
|
|||
mask = mask & ~nvrhi::ColorMask::Alpha;
|
||||
}
|
||||
|
||||
renderTarget.enableBlend();
|
||||
//renderTarget.enableBlend();
|
||||
renderTarget.setColorWriteMask( mask );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue