mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-22 09:12:13 -05:00
LibWeb/WebGL2: Implement MAX_VARYING_COMPONENTS parameter
This commit is contained in:
parent
c4ff1a1eb0
commit
aa2eb7ac7d
Notes:
github-actions[bot]
2025-01-08 14:58:02 +00:00
Author: https://github.com/Lubrsi Commit: https://github.com/LadybirdBrowser/ladybird/commit/aa2eb7ac7d8 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2943 Reviewed-by: https://github.com/kalenikaliaksandr
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ static void generate_get_parameter(SourceGenerator& generator, int webgl_version
|
|||
{ "COPY_WRITE_BUFFER_BINDING"sv, { "WebGLBuffer"sv }, 2 },
|
||||
{ "MAX_ELEMENT_INDEX"sv, { "GLint64"sv }, 2 },
|
||||
{ "MAX_FRAGMENT_UNIFORM_BLOCKS"sv, { "GLint"sv }, 2 },
|
||||
{ "MAX_VARYING_COMPONENTS"sv, { "GLint"sv }, 2 },
|
||||
};
|
||||
|
||||
auto is_primitive_type = [](StringView type) {
|
||||
|
|
Loading…
Reference in a new issue