LibWeb/WebGL: Implement the EXT_texture_filter_anisotropic extension

This commit is contained in:
Luke Wilde 2025-10-18 19:01:10 +01:00 committed by Jelle Raaijmakers
parent d08915a0cd
commit b15f4424f9
Notes: github-actions[bot] 2025-10-20 13:34:39 +00:00
13 changed files with 166 additions and 2 deletions

View file

@ -26,6 +26,7 @@ public:
virtual GC::Cell const* gc_cell() const = 0;
virtual void visit_edges(JS::Cell::Visitor&) = 0;
virtual OpenGLContext& context() = 0;
virtual bool ext_texture_filter_anisotropic_extension_enabled() const = 0;
static Span<float> span_from_float32_list(Float32List& float32_list)
{