1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-11 16:33:35 +00:00
lovr/src
bjorn e82ba030a6 lovr.headset.getDisplayTime;
Returns the predicted display time, which is the estimated time at which
the photons of the next frame will hit the eyeballs of a person in the HMD.

This should be used instead of lovr.timer.getTime when used for rendering
something that is time-dependent.  Updating simulations, logic, or access
to high frequency times should still use lovr.timer.getTime.
2019-06-29 17:36:36 -07:00
..
api lovr.headset.getDisplayTime; 2019-06-29 17:36:36 -07:00
core Don't return NULL from mat4_invert; 2019-06-22 17:25:48 -07:00
lib Add new array implementation; Upgrade filesystem; 2019-06-16 13:30:30 -07:00
modules lovr.headset.getDisplayTime; 2019-06-29 17:36:36 -07:00
resources lovr.headset.getDisplayTime; 2019-06-29 17:36:36 -07:00
main.c Add lovrPlatformOpenConsole; 2019-06-16 18:55:43 -07:00
Tupdefault Add tup build system; 2019-06-10 04:06:22 -07:00