|
Creates a new vertex buffer.
- Parameters
-
pVertexFormat | Pointer to a vertex declaration that describes the buffer format. |
numVerts | Number of vertices to allocate. |
type | The vertex buffer type. |
pVertexBufferMemory | (Optional) Pointer to existing vertex data for the buffer. |
pName | (Optional) Name for the vertex buffer. |
- Returns
- The created vertrex buffer.
- See Also
- MFVertex_ReleaseVertexBuffer()
|