C3DMesh::UnlockIndexBuffer |
Top Previous Next |
Syntax:
UnlockIndexBuffer()
Purpose: Unlocks an index buffer.
Parameters: None.
Returned value(s): None.
Application: POINTER pIB
Class Hierarchy -------C3DMesh
Additional Info: When working with index buffers, you are allowed to make multiple lock calls. However, you must ensure that the number of lock calls match the number of unlock calls.
Be sure the buffer in unlocked before trying to render the mesh.
See Also:
|