1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-04 13:33:34 +00:00
lovr/src/modules
bjorn 7e067da8e7 Add defaultCanvas;
Having a normal Canvas object that represents the backbuffer reduces
some indirection where we have to last-minute check if a Canvas is
set.  It also means that all of the draw-related info that was _sometimes_
on the Canvas is now _always_ on the Canvas, which reduces the amount
of redundant information we need to provide for a draw call.

There may be some issues related to changing the width/height/stereo
of the default Canvas.
2019-06-27 15:36:51 -07:00
..
audio Add new array implementation; Upgrade filesystem; 2019-06-16 13:30:30 -07:00
data TextureData:paste; 2019-06-20 23:36:18 -07:00
event rm strdup; 2019-06-20 22:21:31 -07:00
filesystem Add new array implementation; Upgrade filesystem; 2019-06-16 13:30:30 -07:00
graphics Add defaultCanvas; 2019-06-27 15:36:51 -07:00
headset oculus: Remove unused variable; 2019-06-26 14:51:32 -07:00
math Polyfill M_PI; 2019-06-20 21:43:40 -07:00
physics Add new array implementation; Upgrade filesystem; 2019-06-16 13:30:30 -07:00
thread rm strdup; 2019-06-20 22:21:31 -07:00
timer Optimize timer module slightly; 2019-06-02 02:02:15 -07:00