littlekt
0.6.0
js
core
/
com.lehaine.littlekt
/
WebGL2RenderingContext
/
compressedTexSubImage3D
compressed
Tex
Sub
Image3D
js
fun
compressedTexSubImage3D
(
target
:
Int
,
level
:
Int
,
xoffset
:
Int
,
yoffset
:
Int
,
zoffset
:
Int
,
width
:
Int
,
height
:
Int
,
depth
:
Int
,
format
:
Int
,
srcData
:
ArrayBufferView
?
)