LibWeb/WebGL: Deduplicate read_and_pixel_convert_texture_image_source()

After we commited code produced by WebGL generator this function ended
up duplicated between WebGL 1 and 2 contexts.
This commit is contained in:
Aliaksandr Kalenik 2025-10-02 17:26:53 +02:00 committed by Jelle Raaijmakers
parent a6288e12e9
commit 20490d146c
Notes: github-actions[bot] 2025-10-02 16:42:15 +00:00
5 changed files with 200 additions and 374 deletions

View file

@ -1034,6 +1034,7 @@ set(SOURCES
WebGL/WebGLQuery.cpp
WebGL/WebGLRenderbuffer.cpp
WebGL/WebGLRenderingContext.cpp
WebGL/WebGLRenderingContextBase.cpp
WebGL/WebGLRenderingContextImpl.cpp
WebGL/WebGLSampler.cpp
WebGL/WebGLShader.cpp