RasterCaps.SupportsFogVertex Property |
Language: |
Determines whether the device supports vertex fog.
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
System.Boolean
This property is read-only.
Value that is true if the device supports vertex fog, or false if it does not.
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