mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-12 15:13:34 +00:00
fixing vsupp missing character
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2023/04/02 14:49:49 by maldavid #+# #+# */
|
||||
/* Updated: 2024/01/11 04:39:23 by maldavid ### ########.fr */
|
||||
/* Updated: 2024/01/11 05:25:51 by maldavid ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -57,10 +57,10 @@ namespace mlx
|
||||
~GraphicsSupport();
|
||||
|
||||
private:
|
||||
Texture _pixel_put_texture;
|
||||
|
||||
std::vector<DrawableResource*> _drawlist;
|
||||
|
||||
PixelPutPipeline _pixel_put_pipeline;
|
||||
|
||||
TextManager _text_manager;
|
||||
TextureManager _texture_manager;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user