fix stencil clear

main
cosmonaut 2022-06-06 18:44:03 -07:00
parent 6ab7a2f722
commit 13519c3150
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ namespace MoonWorks.Graphics
DepthStencilClearValue = clearValue;
LoadOp = LoadOp.Clear;
StoreOp = StoreOp.DontCare;
StencilLoadOp = LoadOp.DontCare;
StencilLoadOp = LoadOp.Clear;
StencilStoreOp = StoreOp.DontCare;
}