mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-24 22:35:21 +00:00
LibWeb/WebGL2: Implement MAX_VARYING_COMPONENTS parameter
This commit is contained in:
committed by
Alexander Kalenik
parent
c4ff1a1eb0
commit
aa2eb7ac7d
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user