lovr/src/modules
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
..
audio Fix default air absorption; 2022-05-31 13:55:38 -07:00
data Adjust font uvs; 2022-06-26 20:28:30 -07:00
event mv util src; 2022-03-22 00:13:38 -07:00
filesystem Allow passing a file to lovr; 2022-04-28 17:36:05 -07:00
graphics Font texture is u8; 2022-06-26 20:57:57 -07:00
headset OpenXR/CMake fixes; 2022-06-20 15:51:24 -07:00
math Use doubles for noise; 2022-03-27 14:51:06 -07:00
physics Physics shape dimensions must be positive; 2022-06-12 18:18:48 -07:00
system Move window opening to lovr.system; 2022-05-09 12:43:19 -07:00
thread mv map util; 2022-03-30 12:34:38 -07:00
timer lovr.system; 2021-02-25 09:00:12 -07:00