LibWeb/WebGL2: Implement EXT_color_buffer_float extension

This makes the Point Of Sale model on https://www.shopify.com/ have
colour instead of being completely black.
This commit is contained in:
Luke Wilde 2025-03-05 17:13:52 +00:00 committed by Andreas Kling
commit 9ca25eed7f
Notes: github-actions[bot] 2025-03-06 12:00:25 +00:00
8 changed files with 99 additions and 0 deletions

View file

@ -912,6 +912,7 @@ class WebGLVertexArrayObject;
namespace Web::WebGL::Extensions {
class ANGLEInstancedArrays;
class EXTColorBufferFloat;
class OESVertexArrayObject;
class WebGLCompressedTextureS3tc;
class WebGLDrawBuffers;