DeviceCaps.CanRenderAfterFlip Property

Language:

Indicates whether the device supports queue-rendering commands after a page flip.

Definition

Visual Basic Public ReadOnly Property CanRenderAfterFlip As Boolean
C# public bool CanRenderAfterFlip { get; }
C++ public:
property bool CanRenderAfterFlip {
        bool get();
}
JScript public function get CanRenderAfterFlip() : boolean

Property Value

System.Boolean
Value that is true if the device supports queue-rendering commands after a page flip, or false if it does not.

This property is read-only. 

Remarks

Applications do not change their behavior if this flag is set; this capability means that the device is relatively fast.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center