toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.gl
/
OES_draw_buffers_indexed
OES_draw_buffers_indexed
sealed
external
interface
OES_draw_buffers_indexed
(
source
)
Members
Functions
blend
Equationi
OES
Link copied to clipboard
abstract
fun
blendEquationiOES
(
buf
:
GLuint
,
mode
:
GLenum
)
MDN Reference
blend
Equation
Separatei
OES
Link copied to clipboard
abstract
fun
blendEquationSeparateiOES
(
buf
:
GLuint
,
modeRGB
:
GLenum
,
modeAlpha
:
GLenum
)
MDN Reference
blend
Funci
OES
Link copied to clipboard
abstract
fun
blendFunciOES
(
buf
:
GLuint
,
src
:
GLenum
,
dst
:
GLenum
)
MDN Reference
blend
Func
Separatei
OES
Link copied to clipboard
abstract
fun
blendFuncSeparateiOES
(
buf
:
GLuint
,
srcRGB
:
GLenum
,
dstRGB
:
GLenum
,
srcAlpha
:
GLenum
,
dstAlpha
:
GLenum
)
MDN Reference
color
Maski
OES
Link copied to clipboard
abstract
fun
colorMaskiOES
(
buf
:
GLuint
,
r
:
GLboolean
,
g
:
GLboolean
,
b
:
GLboolean
,
a
:
GLboolean
)
MDN Reference
disablei
OES
Link copied to clipboard
abstract
fun
disableiOES
(
target
:
GLenum
,
index
:
GLuint
)
MDN Reference
enablei
OES
Link copied to clipboard
abstract
fun
enableiOES
(
target
:
GLenum
,
index
:
GLuint
)
MDN Reference