toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.gl
/
WebGL2RenderingContextBase
/
texSubImage3D
tex
Sub
Image3D
abstract
fun
texSubImage3D
(
target
:
GLenum
,
level
:
GLint
,
xoffset
:
GLint
,
yoffset
:
GLint
,
zoffset
:
GLint
,
width
:
GLsizei
,
height
:
GLsizei
,
depth
:
GLsizei
,
format
:
GLenum
,
type
:
GLenum
,
pboOffset
:
GLintptr
)
(
source
)
MDN Reference
abstract
fun
texSubImage3D
(
target
:
GLenum
,
level
:
GLint
,
xoffset
:
GLint
,
yoffset
:
GLint
,
zoffset
:
GLint
,
width
:
GLsizei
,
height
:
GLsizei
,
depth
:
GLsizei
,
format
:
GLenum
,
type
:
GLenum
,
source
:
TexImageSource
)
(
source
)
abstract
fun
texSubImage3D
(
target
:
GLenum
,
level
:
GLint
,
xoffset
:
GLint
,
yoffset
:
GLint
,
zoffset
:
GLint
,
width
:
GLsizei
,
height
:
GLsizei
,
depth
:
GLsizei
,
format
:
GLenum
,
type
:
GLenum
,
srcData
:
ArrayBufferView
<
*
>
?
,
srcOffset
:
Int
?
)
(
source
)