mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 12:18:25 +00:00
LibWeb/WebGL2: Implement MAX_3D_TEXTURE_SIZE parameter
This commit is contained in:
committed by
Alexander Kalenik
parent
dad30672d9
commit
f266705bc6
@@ -170,6 +170,7 @@ static void generate_get_parameter(SourceGenerator& generator, int webgl_version
|
||||
{ "VERSION"sv, { "DOMString"sv } },
|
||||
{ "VIEWPORT"sv, { "Int32Array"sv, 4 } },
|
||||
{ "MAX_SAMPLES"sv, { "GLint"sv }, 2 },
|
||||
{ "MAX_3D_TEXTURE_SIZE"sv, { "GLint"sv }, 2 },
|
||||
};
|
||||
|
||||
auto is_primitive_type = [](StringView type) {
|
||||
|
||||
Reference in New Issue
Block a user