WebGLCapabilities class

Constructors

WebGLCapabilities(dynamic gl, WebGLExtensions extensions, Map<String, dynamic> parameters)

Properties

drawBuffers bool
no setter
extensions WebGLExtensions
getter/setter pair
floatFragmentTextures bool
getter/setter pair
floatVertexTextures bool
getter/setter pair
gl ↔ dynamic
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
parameters Map<String, dynamic>
getter/setter pair
precision String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vertexTextures bool
getter/setter pair

Methods

getMaxAnisotropy() num
getMaxPrecision(dynamic precision) String
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