mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb/WebGL2: Implement MAX_COLOR_ATTACHMENTS parameter
This commit is contained in:
parent
99a501bd09
commit
b6388abb9b
|
|
@ -172,6 +172,7 @@ static void generate_get_parameter(SourceGenerator& generator, int webgl_version
|
|||
{ "MAX_SAMPLES"sv, { "GLint"sv }, 2 },
|
||||
{ "MAX_3D_TEXTURE_SIZE"sv, { "GLint"sv }, 2 },
|
||||
{ "MAX_ARRAY_TEXTURE_LAYERS"sv, { "GLint"sv }, 2 },
|
||||
{ "MAX_COLOR_ATTACHMENTS"sv, { "GLint"sv }, 2 },
|
||||
};
|
||||
|
||||
auto is_primitive_type = [](StringView type) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user