kotlin-stdlib
JS
kotlin-stdlib
/
org.khronos.webgl
/
WebGLRenderingContextBase
/
framebufferTexture2D
framebuffer
Texture2D
JS
abstract
fun
framebufferTexture2D
(
target
:
Int
,
attachment
:
Int
,
textarget
:
Int
,
texture
:
WebGLTexture
?
,
level
:
Int
)