mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-13 07:33:34 +00:00
fixing compilation error
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user