mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb/WebGL2: Implement createSampler
This commit is contained in:
parent
71521a7004
commit
8a9d1de1cf
Notes:
github-actions[bot]
2024-12-14 08:10:32 +00:00
Author: https://github.com/Lubrsi
Commit: 8a9d1de1cf
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2905
4 changed files with 14 additions and 1 deletions
|
@ -113,6 +113,7 @@ static bool is_platform_object(Type const& type)
|
|||
"WebGLProgram"sv,
|
||||
"WebGLRenderbuffer"sv,
|
||||
"WebGLRenderingContext"sv,
|
||||
"WebGLSampler"sv,
|
||||
"WebGLShader"sv,
|
||||
"WebGLShaderPrecisionFormat"sv,
|
||||
"WebGLTexture"sv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue