VertexBuffer Members
The following tables list the members exposed by the VertexBuffer type.
Public Constructors
Name | Description | |
---|---|---|
VertexBuffer | Overloaded. Initializes a new instance of the VertexBuffer class. |
Public Properties
Name | Description | |
---|---|---|
GraphicsDevice | (Inherited from GraphicsResource.) | |
IsDisposed | (Inherited from GraphicsResource.) | |
Name | (Inherited from GraphicsResource.) | |
Priority | (Inherited from GraphicsResource.) | |
ResourceManagementMode | Gets the memory management mode to use for this vertex buffer resource. | |
ResourceType | (Inherited from GraphicsResource.) | |
ResourceUsage | Gets a set of options identifying the behaviors of this resource. | |
SizeInBytes | Gets the size, in bytes, of this vertex buffer. | |
Tag | (Inherited from GraphicsResource.) |
Public Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Immediately releases the unmanaged resources used by this object. | |
Equals | Overloaded. Returns a value that indicates whether the current instance is equal to a specified object. | |
GetData | Overloaded. Returns a copy of the vertex buffer data. | |
GetHashCode | Gets the hash code for this instance. | |
GetType | (Inherited from Object.) | |
op_Equality | Overloaded. Determines whether the specified vertex buffers are equal. | |
op_Inequality | Overloaded. Determines whether the specified vertex buffers are not equal. | |
ReferenceEquals | (Inherited from Object.) | |
SetData | Overloaded. Sets the vertex buffer data. | |
ToString | Retrieves a string representation of this object. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from GraphicsResource.) | |
MemberwiseClone | (Inherited from Object.) | |
raise_Disposing | (Inherited from GraphicsResource.) |
Public Events
Name | Description | |
---|---|---|
Disposing | (Inherited from GraphicsResource.) |
See Also
Reference
VertexBuffer Class
Microsoft.Xna.Framework.Graphics Namespace