mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 01:32:14 -05:00
LibWeb/WebGL2: Implement MAX_UNIFORM_BUFFER_BINDINGS parameter
This commit is contained in:
parent
0e5e0d922f
commit
2adacbc8bb
Notes:
github-actions[bot]
2024-12-14 08:08:49 +00:00
Author: https://github.com/Lubrsi Commit: https://github.com/LadybirdBrowser/ladybird/commit/2adacbc8bb1 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2905
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@ static void generate_get_parameter(SourceGenerator& generator, int webgl_version
|
|||
{ "MAX_COLOR_ATTACHMENTS"sv, { "GLint"sv }, 2 },
|
||||
{ "MAX_VERTEX_UNIFORM_COMPONENTS"sv, { "GLint"sv }, 2 },
|
||||
{ "MAX_UNIFORM_BLOCK_SIZE"sv, { "GLint64"sv }, 2 },
|
||||
{ "MAX_UNIFORM_BUFFER_BINDINGS"sv, { "GLint"sv }, 2 },
|
||||
};
|
||||
|
||||
auto is_primitive_type = [](StringView type) {
|
||||
|
|
Loading…
Reference in a new issue