Color alpha shaders supported by this renderer.
Namespace: VideoDVRAssembly: VideoDVR (in VideoDVR.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public enum Shaders |
Visual Basic |
---|
Public Enumeration Shaders |
Visual C++ |
---|
public enum class Shaders |
Members
Member name | Value | Description | |
---|---|---|---|
DVRVert | 0 | ||
DVRFrag | 1 | ||
AlphaStatic | 2 | ||
AlphaHue | 3 | ||
AlphaUVDIFRef | 4 | ||
AlphaYDIFRef | 5 | ||
AlphaYMSERef | 6 | ||
AlphaYDIFSeq | 7 | ||
AlphaYMSESeq | 8 | ||
AlphaUVDIFSeq | 9 |