Microsoft DirectX 9.0 SDK Update (October 2004)

Caps.MaxVertexShader30InstructionSlots Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves the maximum number of vertex shader instruction slots supported.

Definition

Visual Basic .NET Public ReadOnly Property MaxVertexShader30InstructionSlots As Integer
C# public int MaxVertexShader30InstructionSlots { get; }
Managed C++ public: __property int get_MaxVertexShader30InstructionSlots();
JScript .NET public function get MaxVertexShader30InstructionSlots() : int

Property Value

System.Int32 . An Int32 Leave 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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center