Note: This documentation is preliminary and is subject to change.
Defines flags that allow the application to request that the SwapChain.Present return immediately when the driver reports that it cannot schedule a presentation.
Definition
Visual Basic .NET
Public Enum Present
C#
public enum Present
Managed C++
__value public enum Present
JScript .NET
public enum Present
Members
Member
Value
Description
LinearContent
2
Performs gamma correction from linear space to sRGB for windowed swap chains. This flag takes effect only when the driver exposes SupportsLinearToSrgbPresentation.
DoNotWait
1
Performs the presentation operation without waiting. If the hardware is busy processing or waiting for a vertical sync interval, the method throws WasStillDrawingException.
BackBuffersMax
3
Returns the maximum number of back buffers supported.