MiscCaps.HasFogVertexClamped Property (Microsoft.DirectX.Direct3D)
Specifies whether the device clamps the fog blend factor per vertex.
Definition
Visual Basic Public ReadOnly Property HasFogVertexClamped As Boolean C# public bool HasFogVertexClamped { get; } C++ public:
property bool HasFogVertexClamped {
bool get();
}JScript public function get HasFogVertexClamped() : boolean
Property Value
System.Boolean
Value that is true if the device clamps vertex fog, or false if it does not.This property is read-only.