MiscCaps.SupportsCullClockwise Property (Microsoft.DirectX.Direct3D)
Specifies whether the driver supports clockwise triangle culling through RenderStateManager.CullMode.
Definition
Visual Basic Public ReadOnly Property SupportsCullClockwise As Boolean C# public bool SupportsCullClockwise { get; } C++ public:
property bool SupportsCullClockwise {
bool get();
}JScript public function get SupportsCullClockwise() : boolean
Property Value
System.Boolean
Value that is true if the driver supports clockwise triangle culling, or false if it does not.This property is read-only.