fixing compilation error

This commit is contained in:
Kbz-8
2024-01-11 15:47:45 +01:00
parent 5f55dd9b9a
commit c2d27c8434

View File

@@ -6,7 +6,7 @@
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */ /* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2023/04/02 14:49:49 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(); ~GraphicsSupport();
private: private:
Texture _pixel_put_texture; PixelPutPipeline _pixel_put_pipeline;
std::vector<DrawableResource*> _drawlist; std::vector<DrawableResource*> _drawlist;