Share via


Caps.VertexProcessingCaps Property (Microsoft.DirectX.Direct3D)

Retrieves a structure that contains supported vertex processing capabilities.

Definition

Visual Basic Public ReadOnly Property VertexProcessingCaps As VertexProcessingCaps
C# public VertexProcessingCaps VertexProcessingCaps { get; }
C++ public:
property VertexProcessingCaps VertexProcessingCaps {
        VertexProcessingCaps get();
}
JScript public function get VertexProcessingCaps() : VertexProcessingCaps

Property Value

Microsoft.DirectX.Direct3D.VertexProcessingCaps
A VertexProcessingCaps structure that contains the supported vertex processing capabilities.

This property is read-only. 

Remarks

For a given physical device, this capability can vary across Device objects, depending on the parameters supplied to the Device constructor.