mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 16:19:23 +00:00
LibWeb/WebGL2: Implement MAX_FRAGMENT_INPUT_COMPONENTS parameter
This commit is contained in:
parent
f1d194a97a
commit
5d383fdd11
Notes:
github-actions[bot]
2024-12-14 08:08:13 +00:00
Author: https://github.com/Lubrsi
Commit: 5d383fdd11
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2905
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ static void generate_get_parameter(SourceGenerator& generator, int webgl_version
|
|||
{ "UNIFORM_BUFFER_OFFSET_ALIGNMENT"sv, { "GLint"sv }, 2 },
|
||||
{ "MAX_DRAW_BUFFERS"sv, { "GLint"sv }, 2 },
|
||||
{ "MAX_VERTEX_UNIFORM_BLOCKS"sv, { "GLint"sv }, 2 },
|
||||
{ "MAX_FRAGMENT_INPUT_COMPONENTS"sv, { "GLint"sv }, 2 },
|
||||
};
|
||||
|
||||
auto is_primitive_type = [](StringView type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue