IndexBufferDescription Structure (Microsoft.DirectX.Direct3D)

Describes an index buffer.

Definition

Visual BasicPublic Structure IndexBufferDescription
C#public struct IndexBufferDescription 
C++public value class IndexBufferDescription sealed 
JScriptIn JScript, you can use structures, but you cannot define your own.

Members Table

The following table lists the members exposed by the object.

Methods

MethodDescription
IndexBufferDescription Initializes a new instance of the IndexBufferDescription class.
ToString Obtains a string representation of the current instance.

Properties

PropertyDescription
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

NamespaceMicrosoft.DirectX.Direct3D
AssemblyMicrosoft.DirectX.Direct3D (microsoft.directx.direct3d.dll)
Strong NameMicrosoft.DirectX.Direct3D,  Version=1.0.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492
Show: