Tao.Platform.Windows SDK Documentation

Gdi.PFD_DEPTH_DONTCARE Field

The requested pixel format can either have or not have a depth buffer. To select a pixel format without a depth buffer, you must specify this flag. The requested pixel format can be with or without a depth buffer. Otherwise, only pixel formats with a depth buffer are considered.

[Visual Basic]
Public Const PFD_DEPTH_DONTCARE As Integer = 536870912
[C#]
public const int PFD_DEPTH_DONTCARE = 536870912;

See Also

Gdi Class | Tao.Platform.Windows Namespace