mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 18:19:03 +00:00
LibWeb: Add WebGLBuffer
This commit is contained in:
parent
e6ee7f3e64
commit
b21857b265
Notes:
github-actions[bot]
2024-11-13 10:43:35 +00:00
Author: https://github.com/gmta
Commit: b21857b265
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2308
8 changed files with 56 additions and 1 deletions
6
Libraries/LibWeb/WebGL/WebGLBuffer.idl
Normal file
6
Libraries/LibWeb/WebGL/WebGLBuffer.idl
Normal file
|
@ -0,0 +1,6 @@
|
|||
#import <WebGL/WebGLObject.idl>
|
||||
|
||||
// https://registry.khronos.org/webgl/specs/latest/1.0/#5.4
|
||||
[Exposed=(Window,Worker)]
|
||||
interface WebGLBuffer : WebGLObject {
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue