1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-06 06:13:36 +00:00
lovr/src/modules/graphics
bjorn 879c789a08 Polyfill M_PI;
It technically isn't part of C, which is causing problems on some systems.
2019-06-20 21:43:40 -07:00
..
animator.c Add new array implementation; Upgrade filesystem; 2019-06-16 13:30:30 -07:00
animator.h Add new array implementation; Upgrade filesystem; 2019-06-16 13:30:30 -07:00
buffer.c Add modules folder; 2019-05-19 00:38:35 -07:00
buffer.h Ref is mostly private now; 2019-05-20 15:09:06 -07:00
canvas.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
canvas.h Ref is mostly private now; 2019-05-20 15:09:06 -07:00
font.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
font.h More number conversions; 2019-05-20 20:35:07 -07:00
graphics.c Polyfill M_PI; 2019-06-20 21:43:40 -07:00
graphics.h Add new array implementation; Upgrade filesystem; 2019-06-16 13:30:30 -07:00
material.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
material.h Ref is mostly private now; 2019-05-20 15:09:06 -07:00
mesh.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
mesh.h More number conversions; 2019-05-20 20:35:07 -07:00
model.c Fix Model memory leaks; 2019-06-03 08:13:42 -07:00
model.h More number conversions; 2019-05-20 20:35:07 -07:00
opengl.c Fix gpu timer array; 2019-06-20 14:44:28 -07:00
opengl.h Add modules folder; 2019-05-19 00:38:35 -07:00
shader.c Add no-op standard shader; 2019-06-20 14:21:35 -07:00
shader.h Add no-op standard shader; 2019-06-20 14:21:35 -07:00
texture.c Start sized int conversions; 2019-05-20 14:34:03 -07:00
texture.h Ref is mostly private now; 2019-05-20 15:09:06 -07:00