openrndr
Toggle table of contents
0.4.5-dev.17.uncommitted+81afe70
js
Platform filter
js
Switch theme
Search in API
openrndr
openrndr-webgl
/
org.openrndr.webgl
/
ANGLEinstancedArrays
ANGLEinstanced
Arrays
external
interface
ANGLEinstancedArrays
(
source
)
Members
Functions
draw
Arrays
Instanced
ANGLE
Link copied to clipboard
abstract
fun
drawArraysInstancedANGLE
(
mode
:
Int
,
first
:
Int
,
count
:
Int
,
primcount
:
Int
)
draw
Elements
Instanced
ANGLE
Link copied to clipboard
abstract
fun
drawElementsInstancedANGLE
(
mode
:
Int
,
count
:
Int
,
type
:
Int
,
offset
:
Int
,
primcount
:
Int
)
vertex
Attrib
Divisor
ANGLE
Link copied to clipboard
abstract
fun
vertexAttribDivisorANGLE
(
index
:
Int
,
divisor
:
Int
)