Enum RsBlendOp ​
Namespace: ValveResourceFormat.CompiledShader
Assembly: ValveResourceFormat.dll
Specifies blend operations.
csharp
public enum RsBlendOp : byteFields ​
Add = 0
Subtract = 1
RevSubtract = 2
Min = 3
Max = 4

