VertexBufferDescription Structure
|
Language: |
Note: This documentation is preliminary and is subject to change.
Describes a vertex buffer.
Definition
Visual Basic .NET |
Public Structure VertexBufferDescription |
C# |
public struct VertexBufferDescription |
Managed C++ |
public __value struct VertexBufferDescription |
JScript .NET |
In JScript .NET, you can use structures, but you cannot define your own. |
Members Table
The following table lists the members exposed by the object. Click a tab on the left to choose the type of member you want to view.
Methods
Method |
Description |
ToString
|
Obtains a string representation of the current instance. |
VertexBufferDescription
|
Initializes a new instance of the VertexBufferDescription class. |
Properties
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.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.
For more help, visit the DirectX Developer Center