IndexBufferObject
class IndexBufferObject(val gl: GL, val isStatic: Boolean = true, var buffer: ShortBuffer) : Disposable
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
fun updateVertices(destOffset: Int, indices: ShortArray, srcOffset: Int = 0, count: Int = indices.size)