power_play/src/glyph_cache/glyph_cache.lay
2025-12-12 13:40:22 -06:00

20 lines
243 B
Plaintext

@Layer glyph_cache
//////////////////////////////
//- Dependencies
@Dep ttf
@Dep gpu
//////////////////////////////
//- Api
@IncludeC glyph_cache.h
@Bootstrap GC_Bootstrap
//////////////////////////////
//- Impl
@IncludeC glyph_cache.c