Table of Contents

Enum VfxRenderStateInfoPixelShader.RsDepthStencilStateDesc.RsComparison

Namespace
ValveResourceFormat.CompiledShader
Assembly
ValveResourceFormat.dll

Specifies comparison functions.

public enum VfxRenderStateInfoPixelShader.RsDepthStencilStateDesc.RsComparison : byte

Fields

Never = 0
Less = 1
Equal = 2
LessEqual = 3
Greater = 4
NotEqual = 5
GreaterEqual = 6
Always = 7