almost fixing text rendering

This commit is contained in:
2023-04-08 20:45:06 +02:00
parent 157a099ed2
commit 599f1007ab
8 changed files with 166 additions and 25 deletions

View File

@@ -29,7 +29,7 @@ namespace mlx
{
_textures_to_render.clear();
_pixel_put_pipeline.clear();
_text_put_pipeline.clear();
_text_put_pipeline->clear();
}
void GraphicsSupport::pixelPut(int x, int y, int color) noexcept