OESDrawBuffersIndexed class

Available extensions
Annotations
  • @JS('OES_draw_buffers_indexed')
  • @staticInterop

Constructors

OESDrawBuffersIndexed()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

blendEquationiOES(int buf, int mode) → void

Available on OESDrawBuffersIndexed, provided by the PropsOESDrawBuffersIndexed extension

blendEquationSeparateiOES(int buf, int modeRGB, int modeAlpha) → void

Available on OESDrawBuffersIndexed, provided by the PropsOESDrawBuffersIndexed extension

blendFunciOES(int buf, int src, int dst) → void

Available on OESDrawBuffersIndexed, provided by the PropsOESDrawBuffersIndexed extension

blendFuncSeparateiOES(int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha) → void

Available on OESDrawBuffersIndexed, provided by the PropsOESDrawBuffersIndexed extension

colorMaskiOES(int buf, bool r, bool g, bool b, bool a) → void

Available on OESDrawBuffersIndexed, provided by the PropsOESDrawBuffersIndexed extension

disableiOES(int target, int index) → void

Available on OESDrawBuffersIndexed, provided by the PropsOESDrawBuffersIndexed extension

enableiOES(int target, int index) → void

Available on OESDrawBuffersIndexed, provided by the PropsOESDrawBuffersIndexed extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited