LibWeb/WebGL: Move extensions into their own folder

This commit is contained in:
Luke Wilde
2025-01-10 14:27:03 +00:00
committed by Andreas Kling
parent cfbd125e57
commit de77a5e3ea
15 changed files with 30 additions and 26 deletions

View File

@@ -0,0 +1,6 @@
#import <WebGL/WebGLObject.idl>
// https://registry.khronos.org/webgl/extensions/OES_vertex_array_object/
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
interface WebGLVertexArrayObjectOES : WebGLObject {
};