forked from MoonsideGames/MoonWorks
fix stencil clear
parent
6ab7a2f722
commit
13519c3150
|
@ -277,7 +277,7 @@ namespace MoonWorks.Graphics
|
|||
DepthStencilClearValue = clearValue;
|
||||
LoadOp = LoadOp.Clear;
|
||||
StoreOp = StoreOp.DontCare;
|
||||
StencilLoadOp = LoadOp.DontCare;
|
||||
StencilLoadOp = LoadOp.Clear;
|
||||
StencilStoreOp = StoreOp.DontCare;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue