Share via


RasterCaps.SupportsFogVertex Property (Microsoft.DirectX.Direct3D)

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.