![]() |
![]() |
![]() |
Caps.MaxVertexIndex Property |
Language: |
Retrieves the maximum size of indices supported for hardware vertex processing.
Visual Basic .NET Public ReadOnly Property MaxVertexIndex As Integer C# public int MaxVertexIndex { get; } Managed C++ public: __property int get_MaxVertexIndex(); JScript .NET public function get MaxVertexIndex() : int
System.Int32 . Maximum size of indices supported for hardware vertex processing.
This property is read-only.
It is possible to create 32-bit index buffers by specifying that the sixteenBitIndices parameter is false in the IndexBuffer constructor; however, rendering with the index buffer is not possible unless MaxVertexIndex is greater than 0x0000FFFF.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center