createDynamicVertexBuffer
Creates a dynamic vertex buffer with the specified format and vertex count.
Return
A dynamic vertex buffer initialized with the specified format and vertex count.
Parameters
The vertex format that defines the layout and attributes of the vertices in the buffer.
The number of vertices the buffer will hold.
The session to associate with the buffer. Defaults to the currently active session if not specified.
Creates a dynamic vertex buffer with the specified format and vertex count.
Return
A dynamic vertex buffer initialized with the specified format and vertex count.
Parameters
The vertex format that defines the layout and attributes of the vertices in the buffer.
The number of vertices the buffer will hold.
The session to associate with the buffer. Defaults to the currently active session if not specified.
Creates a dynamic vertex buffer with the specified format and vertex count.
Return
A dynamic vertex buffer initialized with the specified format and vertex count.
Parameters
The vertex format that defines the layout and attributes of the vertices in the buffer.
The number of vertices the buffer will hold.
The session to associate with the buffer. Defaults to the currently active session if not specified.