IndexBufferDescription.Is16BitIndices Property |
Language: |
Determines whether the index buffer has 16-bit indices or 32-bit indices.
Visual Basic .NET Public ReadOnly Property Is16BitIndices As Boolean C# public bool Is16BitIndices { get; } Managed C++ public: __property bool get_Is16BitIndices(); JScript .NET public function get Is16BitIndices() : boolean
System.Boolean . Returns true if the index buffer has 16-bit indices, or false if the index buffer has 32-bit indices.
This property is read-only.
Feedback? Please provide us with your comments on this topic.