WebGLAttributes class
Constructors
- WebGLAttributes(RenderingContext gl, WebGLCapabilities capabilities)
Properties
- buffers ↔ WeakMap
-
getter/setter pair
- capabilities ↔ WebGLCapabilities
-
getter/setter pair
- gl ↔ RenderingContext
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isWebGL2 ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createBuffer(
dynamic attribute, int bufferType, {String? name}) → Map< String, dynamic> -
dispose(
) → void -
get(
BaseBufferAttribute< NativeArray< attribute) → dynamicnum> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
BufferAttribute< NativeArray< attribute) → voidnum> > -
toString(
) → String -
A string representation of this object.
inherited
-
update(
dynamic attribute, dynamic bufferType, {String? name}) → void -
updateBuffer(
Buffer buffer, BufferAttribute< NativeArray< attribute, int bufferType) → voidnum> >
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited