MiscCaps.SupportsFogAndSpecularAlpha Property (Microsoft.DirectX.Direct3D)
Specifies whether the device supports separate fog and specular alpha.
Definition
Visual Basic Public ReadOnly Property SupportsFogAndSpecularAlpha As Boolean C# public bool SupportsFogAndSpecularAlpha { get; } C++ public:
property bool SupportsFogAndSpecularAlpha {
bool get();
}JScript public function get SupportsFogAndSpecularAlpha() : boolean
Property Value
System.Boolean
Value that is true if the device supports separate fog and specular alpha, or false if it does not.This property is read-only.
Remarks
Many devices use the specular alpha channel to store the fog factor.