Share via


DeviceCaps.CanRenderAfterFlip Property (Microsoft.DirectX.Direct3D)

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.