VertexBuffer Members
The following tables list the members exposed by the VertexBuffer type.
Public Constructors
Name | Description | |
---|---|---|
VertexBuffer | Overloaded. Creates an instance of this object. |
Public Properties
Name | Description | |
---|---|---|
BufferUsage | Gets the state of the related BufferUsage enumeration. | |
GraphicsDevice | (Inherited from GraphicsResource.) | |
IsDisposed | (Inherited from GraphicsResource.) | |
Name | (Inherited from GraphicsResource.) | |
Tag | (Inherited from GraphicsResource.) | |
VertexCount | Gets the number of vertices. | |
VertexDeclaration | Defines per-vertex data in a buffer. |
Public Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Immediately releases the unmanaged resources used by this object. | |
Equals | (Inherited from Object.) | |
GetData | Overloaded. Returns a copy of the vertex buffer data. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
SetData | Overloaded. Sets the vertex buffer data. | |
ToString | (Inherited from GraphicsResource.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from GraphicsResource.) | |
MemberwiseClone | (Inherited from Object.) |
Public Events
Name | Description | |
---|---|---|
Disposing | (Inherited from GraphicsResource.) |
See Also
Reference
VertexBuffer Class
Microsoft.Xna.Framework.Graphics Namespace