mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibWeb/WebGL: Implement compressedTex(Sub)Image2D
This commit is contained in:
parent
f1b81b1ae2
commit
484008d440
Notes:
github-actions[bot]
2025-02-09 00:01:50 +00:00
Author: https://github.com/Lubrsi
Commit: 484008d440
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3385
4 changed files with 64 additions and 4 deletions
|
@ -14,6 +14,7 @@ class WebGLRenderingContextBase {
|
|||
public:
|
||||
virtual GC::Cell const* gc_cell() const = 0;
|
||||
virtual void visit_edges(JS::Cell::Visitor&) = 0;
|
||||
virtual OpenGLContext& context() = 0;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue