Enum VfxRenderStateInfoPixelShader.RsBlendStateDesc.RsColorWriteEnableBits ​
Namespace: ValveResourceFormat.CompiledShader
Assembly: ValveResourceFormat.dll
Specifies color write enable flags.
csharp
[Flags]
public enum VfxRenderStateInfoPixelShader.RsBlendStateDesc.RsColorWriteEnableBitsFields ​
None = 0
R = 1
G = 2
B = 4
A = 8
All = 15

