DriverCaps.SupportsAlphaFullscreenFlipOrDiscard Property |
Language: |
Indicates that the device can respect RenderStateManager.AlphaBlendEnable in full-screen mode while using the RenderStateManager.Flip or RenderStateManager.Discard swap effect.
Visual Basic Public ReadOnly Property SupportsAlphaFullscreenFlipOrDiscard As Boolean C# public bool SupportsAlphaFullscreenFlipOrDiscard { get; } C++ public:
property bool SupportsAlphaFullscreenFlipOrDiscard {
bool get();
}JScript public function get SupportsAlphaFullscreenFlipOrDiscard() : boolean
System.Boolean
This property is read-only.
Value that is true if the device can respect RenderStateManager.AlphaBlendEnable in full-screen mode while using RenderStateManager.Flip or RenderStateManager.Discard, or false if it cannot.
The RenderStateManager.Copy swap effect works regardless of whether this flag is set.
This property is relevant only when RenderStateManager.AlphaSourceBlend or RenderStateManager.AlphaDestinationBlend are set to DestinationAlpha, InvDestinationAlpha, DestinationColor, or InvDestinationColor.
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