Tao.Platform.Windows SDK Documentation

Gdi.PFD_SWAP_LAYER_BUFFERS Field

Indicates whether a device can swap individual layer planes with pixel formats that include double-buffered overlay or underlay planes. Otherwise all layer planes are swapped together as a group. When this flag is set, wglSwapLayerBuffers is supported.

[Visual Basic]
Public Const PFD_SWAP_LAYER_BUFFERS As Integer = 2048
[C#]
public const int PFD_SWAP_LAYER_BUFFERS = 2048;

See Also

Gdi Class | Tao.Platform.Windows Namespace