1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-04 13:33:34 +00:00
lovr/src
bjorn b45baacb66 Handle active attributes that don't have a location;
There are some attributes that don't have a location (gl_InstanceID
is being reported for some reason).  Their location is -1 and this
causes a left shift of a negative value which is undefined.
2020-07-30 02:46:17 -06:00
..
api Merge pull request #269 from jmiskovic/savemount 2020-07-29 16:26:07 -06:00
core Fix desktop game packaging issue; 2020-07-29 16:30:14 -06:00
lib Add GL_KHR_debug; 2020-07-28 16:08:37 -06:00
modules Handle active attributes that don't have a location; 2020-07-30 02:46:17 -06:00
resources Merge pull request #269 from jmiskovic/savemount 2020-07-29 16:26:07 -06:00
main.c lovr.log; 2020-07-06 16:20:55 -06:00