RasterCaps.SupportsDepthBias Property (Microsoft.DirectX.Direct3D)
Determines whether the device supports legacy depth bias.
Definition
Visual Basic Public ReadOnly Property SupportsDepthBias As Boolean C# public bool SupportsDepthBias { get; } C++ public:
property bool SupportsDepthBias {
bool get();
}JScript public function get SupportsDepthBias() : boolean
Property Value
System.Boolean
Value that is true if the device supports legacy depth bias, or false if it does not.This property is read-only.