kotlin-stdlib
JS
kotlin-stdlib
/
org.khronos.webgl
/
WebGLRenderingContextBase
/
compressedTexImage2D
compressed
Tex
Image2D
JS
abstract
fun
compressedTexImage2D
(
target
:
Int
,
level
:
Int
,
internalformat
:
Int
,
width
:
Int
,
height
:
Int
,
border
:
Int
,
data
:
ArrayBufferView
)