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