Caps.VertexShaderCaps Property (Microsoft.DirectX.Direct3D)

Retrieves a structure that contains supported vertex shader capabilities.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.VertexShaderCaps
A VertexShaderCaps structure that contains the supported vertex shader capabilities.

This property is read-only.