Finished inital draft for draw list generation docs in guide_architecture.md

This commit is contained in:
2025-01-11 22:59:35 -05:00
parent b220812950
commit e8218f3bf8
6 changed files with 95 additions and 50 deletions

View File

@@ -697,7 +697,12 @@ shape_text_uncached :: #force_inline proc( ctx : ^Context, font : Font_ID, px_si
<-> scale : Scale the glyph beyond its default scaling from its px_size.
*/
@(optimization_mode="favor_size")
draw_text_shape_normalized_space :: #force_inline proc( ctx : ^Context, colour : RGBAN, position : Vec2, scale : Vec2, shape : Shaped_Text )
draw_text_shape_normalized_space :: #force_inline proc( ctx : ^Context,
colour : RGBAN,
position : Vec2,
scale : Vec2,
shape : Shaped_Text
)
{
profile(#procedure)
assert( ctx != nil )