DeviceCaps.SupportsDrawPrimitivesTransformedVertex Property (Microsoft.DirectX.Direct3D)
Indicates whether the device exports a hardware abstraction layer (HAL) that is aware of DrawPrimitives.
Definition
Visual Basic Public ReadOnly Property SupportsDrawPrimitivesTransformedVertex As Boolean C# public bool SupportsDrawPrimitivesTransformedVertex { get; } C++ public:
property bool SupportsDrawPrimitivesTransformedVertex {
bool get();
}JScript public function get SupportsDrawPrimitivesTransformedVertex() : boolean
Property Value
System.Boolean
Value that is true if the device exports a HAL that is aware of DrawPrimitives, or false if it does not.This property is read-only.