Files
serenity/Userland/Libraries/LibWeb/WebGL/WebGLObject.idl
Jelle Raaijmakers 1e0b742903 LibWeb: Add WebGLObject interface
(cherry picked from commit e6ee7f3e642acd548b3ae96c47f7174ceb98f730)
2024-11-13 19:32:27 -05:00

6 lines
144 B
Plaintext

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