ANGLEinstancedArrays

external interface ANGLEinstancedArrays(source)

Functions

Link copied to clipboard
abstract fun drawArraysInstancedANGLE(mode: Int, first: Int, count: Int, primcount: Int)
Link copied to clipboard
abstract fun drawElementsInstancedANGLE(mode: Int, count: Int, type: Int, offset: Int, primcount: Int)
Link copied to clipboard
abstract fun vertexAttribDivisorANGLE(index: Int, divisor: Int)