Firefox Tomorrow

web api interface

WebGLActiveInfo

View on MDN ↗

Available in workers

The WebGLActiveInfo interface is part of the WebGL API and represents the information returned by calling the getActiveAttrib() and getActiveUniform() methods.

Instance properties

  • name
    • : The read-only name of the requested variable.
  • size
    • : The read-only size of the requested variable.
  • type
    • : The read-only type of the requested variable.

Examples

A WebGLActiveInfo object is returned by:

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also