littlekt
0.6.0
js
core
/
com.lehaine.littlekt
/
WebGL2RenderingContext
/
texImage3D
tex
Image3D
js
fun
texImage3D
(
target
:
Int
,
level
:
Int
,
internalformat
:
Int
,
width
:
Int
,
height
:
Int
,
depth
:
Int
,
border
:
Int
,
format
:
Int
,
type
:
Int
,
srcData
:
ArrayBufferView
?
)
fun
texImage3D
(
target
:
Int
,
level
:
Int
,
internalformat
:
Int
,
width
:
Int
,
height
:
Int
,
depth
:
Int
,
border
:
Int
,
format
:
Int
,
type
:
Int
,
source
:
HTMLImageElement
?
)