WebIDLpedia

WebGLActiveInfo interface

Definition

WebGL Specification defines WebGLActiveInfo



[Exposed=(Window,Worker)]
interface WebGLActiveInfo {
    readonly attribute GLint size;
    readonly attribute GLenum type;
    readonly attribute DOMString name;
};

Methods and attributes that return objects implementing WebGLActiveInfo

Referring IDL interfaces/dictionaries

Referring specifications