WebGLActiveInfo extension type
The WebGLActiveInfo interface is part of the WebGL API and represents the information returned by calling the WebGLRenderingContext.getActiveAttrib and WebGLRenderingContext.getActiveUniform methods.
API documentation sourced from MDN Web Docs.
- on
- Implemented types
- Available extensions
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The read-only
WebGLActiveInfo.name
property represents the name of the requested data returned by calling the WebGLRenderingContext.getActiveAttrib or WebGLRenderingContext.getActiveUniform methods.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → GLint
-
The read-only
WebGLActiveInfo.size
property is aNumber
representing the size of the requested data returned by calling the WebGLRenderingContext.getActiveAttrib or WebGLRenderingContext.getActiveUniform methods.no setter - type → GLenum
-
The read-only
WebGLActiveInfo.type
property represents the type of the requested data returned by calling the WebGLRenderingContext.getActiveAttrib or WebGLRenderingContext.getActiveUniform methods.no setter
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