DeviceCaps.CanRenderAfterFlip Property |
Language: |
Indicates whether the device supports queue-rendering commands after a page flip.
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
System.Boolean
This property is read-only.
Value that is true if the device supports queue-rendering commands after a page flip, or false if it does not.
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