Block a user
Draw the glyph atlas as an array texture and images with their own bind groups
Reworked rather than patched, since the first two points were about shape.
Pages are their own thing now. GlyphAtlas owns its page images and hands the renderer dirty rectangles; a new…
Route pointer input per kind, so a scroll falls through a hovered button
Draw the glyph atlas as an array texture and images with their own bind groups
Move text layout and rendering to Parley
Added warnings for zero-sized and atlas-oversized rasterized glyphs in 80b28ff. Rejected glyphs remain negatively cached, so each glyph/size/variation combination warns once rather than once per…
Move text layout and rendering to Parley
Recorded typed TextureHandle<T> variants in the repository TODO in 2026e5d, without adding an inline code TODO or broadening this PR’s API changes.