VertexBufferDescription Structure

Language:

Describes a vertex buffer.

Definition

Visual Basic Public Structure VertexBufferDescription
C# public struct VertexBufferDescription 
C++ public value class VertexBufferDescription sealed 
JScript In JScript, you can use structures, but you cannot define your own.

Members Table

Method Description
ToString Obtains a string representation of the current instance.
VertexBufferDescription Initializes a new instance of the VertexBufferDescription class.
Property Description
Format Retrieves or sets a member of the Format enumeration that describes the surface format of the vertex buffer data.
Pool Retrieves or sets a member of the Pool enumeration that specifies the class of memory allocated for the current vertex buffer.
Size Retrieves or sets the size of the vertex buffer.
Type Retrieves or sets a member of the ResourceType enumeration that identifies the current resource as a vertex buffer.
Usage Retrieves or sets a combination of Usage enumeration values.
VertexFormat Retrieves or sets a combination of VertexFormats enumeration values that describe the vertex format of the vertices in the current buffer.

Structure Information

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

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center