Capabilities class abstract

Constructors

Capabilities()

Properties

drawBuffers ↔ bool
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
isWebGL2 ↔ bool
getter/setter pair
logarithmicDepthBuffer ↔ bool
getter/setter pair
maxAnisotropy ↔ num?
getter/setter pair
maxAttributes ↔ int
getter/setter pair
maxCubemapSize ↔ int
getter/setter pair
maxFragmentUniforms ↔ int
getter/setter pair
maxPrecision ↔ String
getter/setter pair
maxSamples ↔ int
getter/setter pair
maxTextures ↔ int
getter/setter pair
maxTextureSize ↔ int
getter/setter pair
maxVaryings ↔ int
getter/setter pair
maxVertexTextures ↔ int
getter/setter pair
maxVertexUniforms ↔ int
getter/setter pair
precision ↔ String
getter/setter pair
reverseDepthBuffer ↔ bool
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
vertexTextures ↔ bool
getter/setter pair

Methods

dispose() → void
getMaxAnisotropy() → num
getMaxPrecision([String? precision]) → String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
textureFormatReadable(int textureFormat) → bool
textureTypeReadable(int textureType) → bool
toString() → String
A string representation of this object.
inherited

Operators

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