OES_draw_buffers_indexed

sealed external interface OES_draw_buffers_indexed(source)

Functions

Link copied to clipboard
abstract fun blendEquationiOES(buf: GLuint, mode: GLenum)
Link copied to clipboard
abstract fun blendEquationSeparateiOES(buf: GLuint, modeRGB: GLenum, modeAlpha: GLenum)
Link copied to clipboard
abstract fun blendFunciOES(buf: GLuint, src: GLenum, dst: GLenum)
Link copied to clipboard
abstract fun blendFuncSeparateiOES(buf: GLuint, srcRGB: GLenum, dstRGB: GLenum, srcAlpha: GLenum, dstAlpha: GLenum)
Link copied to clipboard
Link copied to clipboard
abstract fun disableiOES(target: GLenum, index: GLuint)
Link copied to clipboard
abstract fun enableiOES(target: GLenum, index: GLuint)