mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Add WebGLProgram
This commit is contained in:
committed by
Andreas Kling
parent
5d0b206d6e
commit
6b7d5dbec6
Notes:
github-actions[bot]
2024-11-13 10:43:23 +00:00
Author: https://github.com/gmta Commit: https://github.com/LadybirdBrowser/ladybird/commit/6b7d5dbec6a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2308
6
Libraries/LibWeb/WebGL/WebGLProgram.idl
Normal file
6
Libraries/LibWeb/WebGL/WebGLProgram.idl
Normal file
@@ -0,0 +1,6 @@
|
||||
#import <WebGL/WebGLObject.idl>
|
||||
|
||||
// https://registry.khronos.org/webgl/specs/latest/1.0/#5.6
|
||||
[Exposed=(Window,Worker)]
|
||||
interface WebGLProgram : WebGLObject {
|
||||
};
|
||||
Reference in New Issue
Block a user