moving experimental features to a new folder

This commit is contained in:
Kbz-8
2024-12-04 18:34:53 +01:00
parent e1add20315
commit 5a04ad7781
9 changed files with 126 additions and 32 deletions

View File

@@ -58,6 +58,7 @@ namespace mlx
FontRegistry m_font_registry;
ImageRegistry m_image_registry;
std::vector<std::unique_ptr<GraphicsSupport>> m_graphics;
std::shared_ptr<Font> p_last_font_bound;
std::function<int(Handle)> f_loop_hook;
std::unique_ptr<RenderCore> p_render_core;
#ifdef PROFILER