KmlGlVertexLayout
Types
Properties
Functions
Link copied to clipboard
inline fun KmlGlVertexLayout.drawArrays(vertices: KmlGlBuffer, mode: Int, first: Int, count: Int, uniforms: KmlGl.() -> Unit = {})
Link copied to clipboard
inline fun KmlGlVertexLayout.drawElements(vertices: KmlGlBuffer, indices: KmlGlBuffer, mode: Int, count: Int, type: Int = gl.UNSIGNED_SHORT, offset: Int = 0, uniforms: KmlGl.() -> Unit = {})