Enum MswPixelFormatDescriptorEnums.PixelLayerType
Specifies the layer type for a PIXELFORMATDESCRIPTOR.
public enum MswPixelFormatDescriptorEnums.PixelLayerType : byte
Fields
MainPlane = 0The main drawing plane. This is the default and most commonly used layer.
OverlayPlane = 1An overlay plane that appears above the main framebuffer. Used for layered rendering.
UnderlayPlane = 255An underlay plane that appears beneath the main framebuffer. Rarely used.