Files
ladybird/Libraries/LibWeb/WebGL
Undefine d7bdc5b6c8 LibWeb: Refactor WebGL extensions to use a factory field and a hash map
Instead of manually listing out all the extensions which leads to
a bunch of if cases that are more or less the same, lets replace all
the fields with a hash map and introduces a factory field in the
already existing list of extensions. This allows us to neatly compact
the `get_extension` and makes implementing more extensions trivialy
easy.
2026-03-11 20:19:45 +01:00
..