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