Other |
---|
internalFixed |
Blocks :
|
We create and Vertex and Index buffers while drawing 3D primitives. We continue to re-use these buffers as long as number of vertices/indices is same. In case where number of vertices or indices change we release and allocate new buffers. But at the end when MTLmesh is deleted we are not deleting these MTLBuffers.
|