WebGLObject.idl 144 B

12345
  1. // https://registry.khronos.org/webgl/specs/latest/1.0/#5.3
  2. [Exposed=(Window,Worker)]
  3. interface WebGLObject {
  4. attribute USVString label;
  5. };