openrndr
Toggle table of contents
0.4.5-dev.17.uncommitted+81afe70
js
Platform filter
js
Switch theme
Search in API
openrndr
openrndr-webgl
/
[root]
/
WebGL2RenderingContext
/
texImage3D
tex
Image3D
fun
texImage3D
(
target
:
Int
,
level
:
Int
,
internalformat
:
Int
,
width
:
Int
,
height
:
Int
,
depth
:
Int
,
border
:
Int
,
format
:
Int
,
type
:
Int
,
srcData
:
ArrayBufferView
?
)
(
source
)
fun
texImage3D
(
target
:
Int
,
level
:
Int
,
internalformat
:
Int
,
width
:
Int
,
height
:
Int
,
depth
:
Int
,
border
:
Int
,
format
:
Int
,
type
:
Int
,
source
:
HTMLImageElement
?
)
(
source
)