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