Table of Contents

Enum VfxRenderStateInfoPixelShader.RsBlendStateDesc.RsColorWriteEnableBits

Namespace
ValveResourceFormat.CompiledShader
Assembly
ValveResourceFormat.dll

Specifies color write enable flags.

[Flags]
public enum VfxRenderStateInfoPixelShader.RsBlendStateDesc.RsColorWriteEnableBits

Fields

None = 0
R = 1
G = 2
B = 4
A = 8
All = 15