Definition
WebGL Specification defines WebGLObject
[Exposed=(Window,Worker)]
interface WebGLObject {
attribute USVString label;
};
Referring IDL interfaces/dictionaries
Referring specifications
- WebGL EXT_disjoint_timer_query Extension Specification refers to
WebGLObject
- WebGL OES_vertex_array_object Khronos Ratified Extension Specification refers to
WebGLObject
- WebGL 2.0 Specification refers to
WebGLObject