kotlin-stdlib
JS
kotlin-stdlib
/
org.khronos.webgl
/
WebGLRenderingContextBase
/
vertexAttribPointer
vertex
Attrib
Pointer
JS
abstract
fun
vertexAttribPointer
(
index
:
Int
,
size
:
Int
,
type
:
Int
,
normalized
:
Boolean
,
stride
:
Int
,
offset
:
Int
)