mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:48:12 +00:00
LibGL: Remove unused method from SoftwareRasterizer
This commit is contained in:
parent
46c564dd1a
commit
4a2a68cd94
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