mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 02:38:59 +00:00
LibWeb: Add WebGLShaderPrecisionFormat
This commit is contained in:
parent
d63a979bde
commit
3d8ab0e67c
Notes:
github-actions[bot]
2024-11-13 10:42:45 +00:00
Author: https://github.com/gmta
Commit: 3d8ab0e67c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2308
7 changed files with 58 additions and 0 deletions
|
@ -380,6 +380,7 @@ standard_idl_files = [
|
|||
"//Userland/Libraries/LibWeb/WebGL/WebGLRenderbuffer.idl",
|
||||
"//Userland/Libraries/LibWeb/WebGL/WebGLRenderingContext.idl",
|
||||
"//Userland/Libraries/LibWeb/WebGL/WebGLShader.idl",
|
||||
"//Userland/Libraries/LibWeb/WebGL/WebGLShaderPrecisionFormat.idl",
|
||||
"//Userland/Libraries/LibWeb/WebGL/WebGLTexture.idl",
|
||||
"//Userland/Libraries/LibWeb/WebGL/WebGLUniformLocation.idl",
|
||||
"//Userland/Libraries/LibWeb/WebIDL/DOMException.idl",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue