mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-29 05:38:24 +00:00
LibWeb: Add WebGLShader
This commit is contained in:
parent
d53cb9833b
commit
2b09afb971
Notes:
github-actions[bot]
2024-11-13 10:43:11 +00:00
Author: https://github.com/gmta
Commit: 2b09afb971
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2308
7 changed files with 55 additions and 0 deletions
|
@ -378,6 +378,7 @@ standard_idl_files = [
|
|||
"//Userland/Libraries/LibWeb/WebGL/WebGLProgram.idl",
|
||||
"//Userland/Libraries/LibWeb/WebGL/WebGLRenderbuffer.idl",
|
||||
"//Userland/Libraries/LibWeb/WebGL/WebGLRenderingContext.idl",
|
||||
"//Userland/Libraries/LibWeb/WebGL/WebGLShader.idl",
|
||||
"//Userland/Libraries/LibWeb/WebIDL/DOMException.idl",
|
||||
"//Userland/Libraries/LibWeb/WebSockets/WebSocket.idl",
|
||||
"//Userland/Libraries/LibWeb/WebVTT/VTTCue.idl",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue