createDynamicIndexBuffer
Creates a dynamic index buffer with the specified number of elements and index type, optionally associated with a session.
Return
An instance of IndexBuffer representing the created dynamic index buffer.
Parameters
The number of indices to be stored in the buffer.
The data type of the indices in the buffer (e.g., unsigned short, unsigned int).
An optional session to associate the buffer with. Defaults to the currently active session if not provided.
Creates a dynamic index buffer with the specified number of elements and index type, optionally associated with a session.
Return
An instance of IndexBuffer representing the created dynamic index buffer.
Parameters
The number of indices to be stored in the buffer.
The data type of the indices in the buffer (e.g., unsigned short, unsigned int).
An optional session to associate the buffer with. Defaults to the currently active session if not provided.
Creates a dynamic index buffer with the specified number of elements and index type, optionally associated with a session.
Return
An instance of IndexBuffer representing the created dynamic index buffer.
Parameters
The number of indices to be stored in the buffer.
The data type of the indices in the buffer (e.g., unsigned short, unsigned int).
An optional session to associate the buffer with. Defaults to the currently active session if not provided.