Caps.VertexFormatCaps Property (Microsoft.DirectX.Direct3D)

Retrieves a structure that describes supported vertex format capabilities.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.VertexFormatCaps
A VertexFormatCaps structure that describes supported vertex format capabilities.

This property is read-only.