mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-09 02:21:53 +00:00
9 lines
279 B
Text
9 lines
279 B
Text
#import <WebGL/Types.idl>
|
|
|
|
// https://registry.khronos.org/webgl/specs/latest/1.0/#5.11
|
|
[Exposed=(Window,Worker)]
|
|
interface WebGLActiveInfo {
|
|
[FIXME] readonly attribute GLint size;
|
|
[FIXME] readonly attribute GLenum type;
|
|
[FIXME] readonly attribute DOMString name;
|
|
};
|