mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-09 01:56:21 +00:00
LibWeb/WebGL: Move extensions into their own folder
This commit is contained in:
committed by
Andreas Kling
parent
cfbd125e57
commit
de77a5e3ea
@@ -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 {
|
||||
};
|
||||
Reference in New Issue
Block a user