WebGLRenderingContextOverloads class
- Implementers
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
- WebGLRenderingContextOverloads.new({void bufferSubData(num, num, Object)?, void compressedTexImage2D(num, num, num, num, num, num, ArrayBufferView)?, void compressedTexSubImage2D(num, num, num, num, num, num, num, ArrayBufferView)?, void readPixels(num, num, num, num, num, num, [ArrayBufferView?])?, void uniform1fv(Object, [WebGLUniformLocation?])?, void uniform1iv(Object, [WebGLUniformLocation?])?, void uniform2fv(Object, [WebGLUniformLocation?])?, void uniform2iv(Object, [WebGLUniformLocation?])?, void uniform3fv(Object, [WebGLUniformLocation?])?, void uniform3iv(Object, [WebGLUniformLocation?])?, void uniform4fv(Object, [WebGLUniformLocation?])?, void uniform4iv(Object, [WebGLUniformLocation?])?, void uniformMatrix2fv(bool, Object, [WebGLUniformLocation?])?, void uniformMatrix3fv(bool, Object, [WebGLUniformLocation?])?, void uniformMatrix4fv(bool, Object, [WebGLUniformLocation?])?})
-
factory
Properties
- bufferData → ({void Function(num target, num size, num usage) $1, void Function(num target, num usage, [Object? data]) $2})
-
Available on WebGLRenderingContextOverloads, provided by the WebGLRenderingContextOverloads$Typings extension
Overload accessor: $1, $2no setter - bufferSubData ↔ void Function(num, num, Object)
-
Available on WebGLRenderingContextOverloads, provided by the WebGLRenderingContextOverloads$Typings extension
getter/setter pair - compressedTexImage2D ↔ void Function(num, num, num, num, num, num, ArrayBufferView)
-
Available on WebGLRenderingContextOverloads, provided by the WebGLRenderingContextOverloads$Typings extension
getter/setter pair - compressedTexSubImage2D ↔ void Function(num, num, num, num, num, num, num, ArrayBufferView)
-
Available on WebGLRenderingContextOverloads, provided by the WebGLRenderingContextOverloads$Typings extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- readPixels ↔ void Function(num, num, num, num, num, num, [ArrayBufferView?])
-
Available on WebGLRenderingContextOverloads, provided by the WebGLRenderingContextOverloads$Typings extension
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- texImage2D → ({void Function(num target, num level, num internalformat, num format, num type, Object source) $1, void Function(num target, num level, num internalformat, num width, num height, num border, num format, num type, [ArrayBufferView? pixels]) $2})
-
Available on WebGLRenderingContextOverloads, provided by the WebGLRenderingContextOverloads$Typings extension
Overload accessor: $1, $2no setter - texSubImage2D → ({void Function(num target, num level, num xoffset, num yoffset, num format, num type, Object source) $1, void Function(num target, num level, num xoffset, num yoffset, num width, num height, num format, num type, [ArrayBufferView? pixels]) $2})
-
Available on WebGLRenderingContextOverloads, provided by the WebGLRenderingContextOverloads$Typings extension
Overload accessor: $1, $2no setter - uniform1fv ↔ void Function(Object, [WebGLUniformLocation?])
-
Available on WebGLRenderingContextOverloads, provided by the WebGLRenderingContextOverloads$Typings extension
getter/setter pair - uniform1iv ↔ void Function(Object, [WebGLUniformLocation?])
-
Available on WebGLRenderingContextOverloads, provided by the WebGLRenderingContextOverloads$Typings extension
getter/setter pair - uniform2fv ↔ void Function(Object, [WebGLUniformLocation?])
-
Available on WebGLRenderingContextOverloads, provided by the WebGLRenderingContextOverloads$Typings extension
getter/setter pair - uniform2iv ↔ void Function(Object, [WebGLUniformLocation?])
-
Available on WebGLRenderingContextOverloads, provided by the WebGLRenderingContextOverloads$Typings extension
getter/setter pair - uniform3fv ↔ void Function(Object, [WebGLUniformLocation?])
-
Available on WebGLRenderingContextOverloads, provided by the WebGLRenderingContextOverloads$Typings extension
getter/setter pair - uniform3iv ↔ void Function(Object, [WebGLUniformLocation?])
-
Available on WebGLRenderingContextOverloads, provided by the WebGLRenderingContextOverloads$Typings extension
getter/setter pair - uniform4fv ↔ void Function(Object, [WebGLUniformLocation?])
-
Available on WebGLRenderingContextOverloads, provided by the WebGLRenderingContextOverloads$Typings extension
getter/setter pair - uniform4iv ↔ void Function(Object, [WebGLUniformLocation?])
-
Available on WebGLRenderingContextOverloads, provided by the WebGLRenderingContextOverloads$Typings extension
getter/setter pair - uniformMatrix2fv ↔ void Function(bool, Object, [WebGLUniformLocation?])
-
Available on WebGLRenderingContextOverloads, provided by the WebGLRenderingContextOverloads$Typings extension
getter/setter pair - uniformMatrix3fv ↔ void Function(bool, Object, [WebGLUniformLocation?])
-
Available on WebGLRenderingContextOverloads, provided by the WebGLRenderingContextOverloads$Typings extension
getter/setter pair - uniformMatrix4fv ↔ void Function(bool, Object, [WebGLUniformLocation?])
-
Available on WebGLRenderingContextOverloads, provided by the WebGLRenderingContextOverloads$Typings extension
getter/setter pair
Methods
-
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