This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.
Present Enumeration (Microsoft.DirectX.Direct3D)
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
Public Enum Present
C#
public enum Present
C++
public enum class Present
JScript
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.