IVertexBuffer Interface Members
The following tables list the members exposed by IVertexBuffer.
Public Properties
| Name | Description | |
|---|---|---|
![]() | Count | Gets count of elements in buffer. |
![]() | DataPointer | Gets pointer to native vector of elements. |
![]() | ElementSize | Gets an element size. |
![]() | StrideX | Gets stride values of X field in an element. |
![]() | StrideY | Gets stride values of Y field in an element. |
Public Methods
| Name | Description | |
|---|---|---|
![]() | Clear | Clears the vertex buffer. |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable) |
![]() | Reserve | Reserves specified size of elements. |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | SafeDispose | Checks for null and if not null, calls Dispose |
See Also


