Caps.MaxVertexShader30InstructionSlots Property (Microsoft.DirectX.Direct3D)

Retrieves the maximum number of vertex shader instruction slots supported.

Definition

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

Property Value

System.Int32
An Int32Leave Site value that indicates the maximum number of vertex shader instruction slots supported.

This property is read-only. 

Remarks

The maximum value that can be set is 32768. Devices that support vs_3_0 are required to support at least 512 instruction slots.