Files
ladybird/Libraries/LibWeb/WebGL/WebGL2RenderingContext.idl
Shannon Booth cc6e048bd6 LibWeb+LibIDL: Remove support for #import directives during parsing
These no longer serve any purpose now that we run the IDLGenerator
on all of these files at once.
2026-04-24 20:08:29 +02:00

9 lines
309 B
Plaintext

// https://registry.khronos.org/webgl/specs/latest/2.0/#3.7
[Exposed=(Window,Worker)]
interface WebGL2RenderingContext {
};
WebGL2RenderingContext includes WebGLRenderingContextBase;
WebGL2RenderingContext includes WebGL2RenderingContextBase;
WebGL2RenderingContext includes WebGL2RenderingContextOverloads;