mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 04:37:55 +00:00
LibWeb/WebGL2: Implement TEXTURE_BINDING_2D_ARRAY parameter
This commit is contained in:
committed by
Alexander Kalenik
parent
b8416570e0
commit
47699360e5
@@ -186,6 +186,7 @@ static void generate_get_parameter(SourceGenerator& generator, int webgl_version
|
||||
{ "MAX_FRAGMENT_INPUT_COMPONENTS"sv, { "GLint"sv }, 2 },
|
||||
{ "MAX_COMBINED_UNIFORM_BLOCKS"sv, { "GLint"sv }, 2 },
|
||||
{ "UNIFORM_BUFFER_BINDING"sv, { "WebGLBuffer"sv }, 2 },
|
||||
{ "TEXTURE_BINDING_2D_ARRAY"sv, { "WebGLTexture"sv }, 2 },
|
||||
};
|
||||
|
||||
auto is_primitive_type = [](StringView type) {
|
||||
|
||||
Reference in New Issue
Block a user