Functions
Link copied to clipboard
fun <T : BufferPrimitive> clone(collection: BufferPrimitiveCollection<T>, result: BufferPrimitiveCollection<T>)
Duplicates the contents of this collection into the result collection. Result collection is not resized, and must contain enough space for all primitives in the source collection. Existing primitives in the result collection will be overwritten.