Package-level declarations

Types

Link copied to clipboard
data class GLBufferElement(val name: String, val dataType: GLDataType, var offset: Int = 0)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class GLVertexBuffer(vertices: FloatArray, val layout: GLBufferLayout) : Renderable