|
Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
|
Functions | |
| IMGUI_API bool | DebugEditFontLoaderFlags (ImGuiFreeTypeLoaderFlags *p_font_loader_flags) |
| IMGUI_API const ImFontLoader * | GetFontLoader () |
| IMGUI_API void | SetAllocatorFunctions (void *(*alloc_func)(size_t sz, void *user_data), void(*free_func)(void *ptr, void *user_data), void *user_data=nullptr) |
| bool ImGuiFreeType::DebugEditFontLoaderFlags | ( | ImGuiFreeTypeLoaderFlags * | p_font_loader_flags | ) |
| const ImFontLoader * ImGuiFreeType::GetFontLoader | ( | ) |
| void ImGuiFreeType::SetAllocatorFunctions | ( | void *(*)(size_t sz, void *user_data) | alloc_func, |
| void(*)(void *ptr, void *user_data) | free_func, | ||
| void * | user_data = nullptr |
||
| ) |