mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibGL: Remove unused method from SoftwareRasterizer
This commit is contained in:
parent
46c564dd1a
commit
4a2a68cd94
Notes:
sideshowbarker
2024-07-17 22:50:20 +09:00
Author: https://github.com/gmta
Commit: 4a2a68cd94
Pull-request: https://github.com/SerenityOS/serenity/pull/11154
Reviewed-by: https://github.com/sunverwerth ✅
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ public:
|
|||
SoftwareRasterizer(const Gfx::IntSize& min_size);
|
||||
|
||||
void submit_triangle(const GLTriangle& triangle, const Array<TextureUnit, 32>& texture_units);
|
||||
void submit_triangle(const GLTriangle& triangle);
|
||||
void resize(const Gfx::IntSize& min_size);
|
||||
void clear_color(const FloatVector4&);
|
||||
void clear_depth(float);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue