mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
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:
parent
a6288e12e9
commit
20490d146c
Notes:
github-actions[bot]
2025-10-02 16:42:15 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 20490d146c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6371
Reviewed-by: https://github.com/gmta ✅
5 changed files with 200 additions and 374 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue