RasterCaps.SupportsFogVertex Property

Language:

Determines whether the device supports vertex fog.

Definition

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

Property Value

System.Boolean
Value that is true if the device supports vertex fog, or false if it does not.

This property is read-only. 

Remarks

The device calculates the fog value during the lighting operation and interpolates it during rasterization.


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