diff --git a/src/core/graphics.h b/src/core/graphics.h index dc0d88c..a2c18e7 100644 --- a/src/core/graphics.h +++ b/src/core/graphics.h @@ -6,7 +6,7 @@ /* By: maldavid +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2023/04/02 14:49:49 by maldavid #+# #+# */ -/* Updated: 2024/01/11 05:25:51 by maldavid ### ########.fr */ +/* Updated: 2024/01/11 15:47:05 by maldavid ### ########.fr */ /* */ /* ************************************************************************** */ @@ -57,7 +57,7 @@ namespace mlx ~GraphicsSupport(); private: - Texture _pixel_put_texture; + PixelPutPipeline _pixel_put_pipeline; std::vector _drawlist;