Table of Contents

Enum VfxRenderStateInfoPixelShader.RsDepthStencilStateDesc.RsStencilOp

Namespace
ValveResourceFormat.CompiledShader
Assembly
ValveResourceFormat.dll

Specifies stencil operations.

public enum VfxRenderStateInfoPixelShader.RsDepthStencilStateDesc.RsStencilOp : byte

Fields

Keep = 0
Zero = 1
Replace = 2
IncrSat = 3
DecrSat = 4
Invert = 5
Incr = 6
Decr = 7