LibWeb: Implement WebGL getVertexAttrib

This also implements all allowed parameter name values for this
function.
This commit is contained in:
Undefine 2025-11-01 17:01:15 +01:00 committed by Jelle Raaijmakers
parent 2d8b393c76
commit a2c659ee6b
Notes: github-actions[bot] 2025-11-01 23:55:22 +00:00
10 changed files with 134 additions and 1 deletions

View file

@ -51,6 +51,7 @@ public:
WebIDL::Long drawing_buffer_height() const;
virtual bool ext_texture_filter_anisotropic_extension_enabled() const override;
virtual bool angle_instanced_arrays_extension_enabled() const override;
virtual ReadonlySpan<WebIDL::UnsignedLong> enabled_compressed_texture_formats() const override;
private: