littlekt
0.6.0
js
core
/
com.lehaine.littlekt
/
WebGL2RenderingContext
/
texSubImage3D
tex
Sub
Image3D
js
fun
texSubImage3D
(
target
:
Int
,
level
:
Int
,
xoffset
:
Int
,
yoffset
:
Int
,
zoffset
:
Int
,
width
:
Int
,
height
:
Int
,
depth
:
Int
,
format
:
Int
,
type
:
Int
,
pixels
:
ImageData
?
)
fun
texSubImage3D
(
target
:
Int
,
level
:
Int
,
xoffset
:
Int
,
yoffset
:
Int
,
zoffset
:
Int
,
width
:
Int
,
height
:
Int
,
depth
:
Int
,
format
:
Int
,
type
:
Int
,
pixels
:
ArrayBufferView
?
)