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