IndexBufferDescription Structure

Language:

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

Describes an index buffer.

Definition

Visual Basic .NET Public Structure IndexBufferDescription
C# public struct IndexBufferDescription
Managed C++ public __value struct IndexBufferDescription
JScript .NET In JScript .NET, you can use structures, but you cannot define your own.

Members Table

Method Description
IndexBufferDescription Initializes a new instance of the IndexBufferDescription class.
ToString Obtains a string representation of the current instance.
Property Description
Is16BitIndices Determines whether the index buffer has 16-bit indices or 32-bit indices.
Pool Retrieves a value that specifies the class of memory allocated for the current index buffer.
Size Retrieves the size of the index buffer.
Type Retrieves a value that identifies the current resource as an index buffer.
Usage Retrieves values that specify usage for the current resource.

Structure Information

Namespace Microsoft.DirectX.Direct3D
Assembly Microsoft.DirectX.Direct3D (microsoft.directx.direct3d.dll)
Strong Name Microsoft.DirectX.Direct3D,  Version=1.0.2902.0,  Culture=neutral,  PublicKeyToken=31bf3856ad364e35

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

Feedback? Please provide us with your comments on this topic.