VertexBufferObject
class VertexBufferObject(val gl: GL, val isStatic: Boolean, val attributes: VertexAttributes, var buffer: FloatBuffer) : Disposable
Author
Colton Daily
Constructors
Link copied to clipboard
Link copied to clipboard
fun VertexBufferObject(gl: GL, isStatic: Boolean, attributes: VertexAttributes, buffer: FloatBuffer)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun updateVertices(destOffset: Int, vertices: FloatArray, srcOffset: Int = 0, count: Int = vertices.size)