littlekt
0.6.0
js
core
/
com.lehaine.littlekt
/
WebGL2RenderingContext
/
compressedTexImage3D
compressed
Tex
Image3D
js
fun
compressedTexImage3D
(
target
:
Int
,
level
:
Int
,
internalformat
:
Int
,
width
:
Int
,
height
:
Int
,
depth
:
Int
,
border
:
Int
,
srcData
:
ArrayBufferView
?
)