WebGLAttributes class

Constructors

WebGLAttributes(dynamic gl, WebGLCapabilities capabilities)

Properties

buffers WeakMap
getter/setter pair
capabilities WebGLCapabilities
getter/setter pair
gl ↔ dynamic
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>
get(BaseBufferAttribute<NativeArray<num>> attribute) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(BufferAttribute<NativeArray<num>> attribute) → dynamic
toString() String
A string representation of this object.
inherited
update(dynamic attribute, dynamic bufferType, {String? name}) → dynamic
updateBuffer(dynamic buffer, dynamic attribute, dynamic bufferType) → dynamic

Operators

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