Enum VfxRenderStateInfoPixelShader.RsDepthStencilStateDesc.RsStencilOp ​
Namespace: ValveResourceFormat.CompiledShader
Assembly: ValveResourceFormat.dll
Specifies stencil operations.
csharp
public enum VfxRenderStateInfoPixelShader.RsDepthStencilStateDesc.RsStencilOp : byteFields ​
Keep = 0
Zero = 1
Replace = 2
IncrSat = 3
DecrSat = 4
Invert = 5
Incr = 6
Decr = 7

