mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-22 09:12:13 -05:00
LibWeb/WebGL2: Implement MAX_3D_TEXTURE_SIZE parameter
This commit is contained in:
parent
dad30672d9
commit
f266705bc6
Notes:
github-actions[bot]
2024-12-14 08:09:42 +00:00
Author: https://github.com/Lubrsi Commit: https://github.com/LadybirdBrowser/ladybird/commit/f266705bc6d Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2905
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue