kotlin-stdlib
JS
kotlin-stdlib
/
org.khronos.webgl
/
WebGLRenderingContextBase
/
compressedTexSubImage2D
compressed
Tex
Sub
Image2D
JS
abstract
fun
compressedTexSubImage2D
(
target
:
Int
,
level
:
Int
,
xoffset
:
Int
,
yoffset
:
Int
,
width
:
Int
,
height
:
Int
,
format
:
Int
,
data
:
ArrayBufferView
)