mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 09:09:43 +00:00
LibWeb/WebGL2: Implement bindSampler
This commit is contained in:
parent
8a9d1de1cf
commit
f4f3e446a2
Notes:
github-actions[bot]
2024-12-14 08:10:27 +00:00
Author: https://github.com/Lubrsi
Commit: f4f3e446a2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2905
2 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@ static bool is_webgl_object_type(StringView type_name)
|
|||
|| type_name == "WebGLFramebuffer"sv
|
||||
|| type_name == "WebGLProgram"sv
|
||||
|| type_name == "WebGLRenderbuffer"sv
|
||||
|| type_name == "WebGLSampler"sv
|
||||
|| type_name == "WebGLShader"sv
|
||||
|| type_name == "WebGLTexture"sv
|
||||
|| type_name == "WebGLUniformLocation"sv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue