lovr/src/modules
bjorn 67e228125b Add d24 TextureFormat;
LÖVR uses d32f by default, but that's not guaranteed to be supported.

However, GPUs must support either d32f or d24, so we can fall back to
d24 reliably.
2024-03-29 18:07:25 -07:00
..
audio Add wrappers for malloc functions; 2024-03-11 14:38:00 -07:00
data Add d24 TextureFormat; 2024-03-29 18:07:25 -07:00
event Add wrappers for malloc functions; 2024-03-11 14:38:00 -07:00
filesystem Add wrappers for malloc functions; 2024-03-11 14:38:00 -07:00
graphics Add d24 TextureFormat; 2024-03-29 18:07:25 -07:00
headset Add d24 TextureFormat; 2024-03-29 18:07:25 -07:00
math Use virtual memory in vector pools 2024-03-12 10:44:43 -07:00
physics jolt: fix some shape memory leaks; 2024-03-29 15:26:10 -07:00
system lovr.system.get/setClipboardText; 2024-01-29 12:52:41 -08:00
thread Add wrappers for malloc functions; 2024-03-11 14:38:00 -07:00
timer Refcounted modules; 2023-11-23 17:07:44 -08:00