fixes for: Atlas-Region B clear-region on caching glyph, batching, & tuning default values for performance

Need to fix the debug vis for the library
This commit is contained in:
2025-01-09 23:36:39 -05:00
parent 08a8b4b823
commit c114624eee
7 changed files with 53 additions and 50 deletions

View File

@ -15,7 +15,7 @@ set_profiler_module_context :: #force_inline proc "contextless" ( ctx : ^SpallPr
Module_Context = ctx
}
DISABLE_PROFILING :: false
DISABLE_PROFILING :: true
@(deferred_none = profile_end, disabled = DISABLE_PROFILING)
profile :: #force_inline proc "contextless" ( name : string, loc := #caller_location ) {