Dynamic |
public struct DynamicVertexBuffer : IDisposable, IEquatable<DynamicVertexBuffer>
The DynamicVertexBuffer type exposes the following members.
| Name | Description | |
|---|---|---|
| DynamicVertexBuffer(Int32, VertexLayout, BufferFlags) | Initializes a new instance of the DynamicVertexBuffer struct. | |
| DynamicVertexBuffer(MemoryBlock, VertexLayout, BufferFlags) | Initializes a new instance of the DynamicVertexBuffer struct. |
| Name | Description | |
|---|---|---|
| Dispose | Releases the vertex buffer. | |
| Equals(DynamicVertexBuffer) | Determines whether the specified object is equal to this instance. | |
| Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object)) | |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString |
Returns a String that represents this instance.
(Overrides ValueTypeToString) | |
| Update | Updates the data in the buffer. |
| Name | Description | |
|---|---|---|
| Equality(DynamicVertexBuffer, DynamicVertexBuffer) | Implements the equality operator. | |
| Inequality(DynamicVertexBuffer, DynamicVertexBuffer) | Implements the inequality operator. |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |