lovr/src
bjorn 9d84d3907b Font texture is u8;
Originally we made the font texture f16 due to "clamping" of the
distance field, and kept it as floats (but f32 since conversion isn't
automatic with Vulkan) here.  However, clamping isn't really an issue.
You can increase the spread of the font to literally get a wider spread
of the SDF for glows, etc.  Switching to u8 uses 4x less texture memory,
which is significant.
2022-06-26 20:57:57 -07:00
..
api Adjust font uvs; 2022-06-26 20:28:30 -07:00
core gpu: properly cast device to uintptr_t; 2022-06-26 00:46:11 -07:00
lib rm graphics module; 2022-04-21 17:39:58 -07:00
modules Font texture is u8; 2022-06-26 20:57:57 -07:00
main.c Allow passing a file to lovr; 2022-04-28 17:36:05 -07:00
util.c Merge branch 'master' into dev 2022-06-16 23:50:11 -07:00
util.h util: Add BREAK; 2022-05-11 12:47:12 -07:00