Preparing to attempt to offload various metric calculations for a shape's glyphs to the shape itself from the draw list generator

This commit is contained in:
2025-01-07 22:24:23 -05:00
parent fa627b4c4a
commit 18d8735c54
7 changed files with 176 additions and 67 deletions

View File

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