mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00:00
LibWeb/WebGL2: Implement MAX_ARRAY_TEXTURE_LAYERS parameter
This commit is contained in:
parent
6e42f401f9
commit
99a501bd09
Notes:
github-actions[bot]
2024-12-14 08:09:10 +00:00
Author: https://github.com/Lubrsi Commit: https://github.com/LadybirdBrowser/ladybird/commit/99a501bd096 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2905
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ static void generate_get_parameter(SourceGenerator& generator, int webgl_version
|
|||
{ "VIEWPORT"sv, { "Int32Array"sv, 4 } },
|
||||
{ "MAX_SAMPLES"sv, { "GLint"sv }, 2 },
|
||||
{ "MAX_3D_TEXTURE_SIZE"sv, { "GLint"sv }, 2 },
|
||||
{ "MAX_ARRAY_TEXTURE_LAYERS"sv, { "GLint"sv }, 2 },
|
||||
};
|
||||
|
||||
auto is_primitive_type = [](StringView type) {
|
||||
|
|
Loading…
Add table
Reference in a new issue