LibWeb: Split off WebGL2RenderingContextImpl to Impl and Overloads

This mostly analogous to the previous commit that does the same with
the WebGL1 Impl file.
This commit is contained in:
Undefine 2025-11-03 16:15:44 +01:00 committed by Alexander Kalenik
parent c70886ab1f
commit 6c115171da
Notes: github-actions[bot] 2025-11-05 01:21:03 +00:00
8 changed files with 434 additions and 376 deletions

View file

@ -1040,6 +1040,7 @@ set(SOURCES
WebGL/OpenGLContext.cpp
WebGL/WebGL2RenderingContext.cpp
WebGL/WebGL2RenderingContextImpl.cpp
WebGL/WebGL2RenderingContextOverloads.cpp
WebGL/WebGLActiveInfo.cpp
WebGL/WebGLBuffer.cpp
WebGL/WebGLContextAttributes.cpp