mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb/WebGL2: Implement UNIFORM_BUFFER_BINDING parameter
This commit is contained in:
parent
9b4bad4255
commit
b8416570e0
Notes:
github-actions[bot]
2025-01-08 14:58:47 +00:00
Author: https://github.com/Lubrsi
Commit: b8416570e0
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2943
Reviewed-by: https://github.com/kalenikaliaksandr
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ static void generate_get_parameter(SourceGenerator& generator, int webgl_version
|
|||
{ "MAX_VERTEX_UNIFORM_BLOCKS"sv, { "GLint"sv }, 2 },
|
||||
{ "MAX_FRAGMENT_INPUT_COMPONENTS"sv, { "GLint"sv }, 2 },
|
||||
{ "MAX_COMBINED_UNIFORM_BLOCKS"sv, { "GLint"sv }, 2 },
|
||||
{ "UNIFORM_BUFFER_BINDING"sv, { "WebGLBuffer"sv }, 2 },
|
||||
};
|
||||
|
||||
auto is_primitive_type = [](StringView type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue