Updated gears-gles2.c licence

This commit is contained in:
Krylov Yaroslav 2019-05-30 16:11:11 +03:00
parent 134505685e
commit 757f3f863b

View File

@ -9,16 +9,9 @@
* Brian Paul
*
*
* Marcus Geelnard:
* - Conversion to GLFW
* - Time based rendering (frame rate independent)
* - Slightly modified camera that should work better for stereo viewing
*
*
* Camilla Löwy:
* - Removed FPS counter (this is not a benchmark)
* - Added a few comments
* - Enabled vsync
* Krylov Yaroslav:
* - Based on gles2-egl-gears http://en.pudn.com/Download/item/id/1806093.html
* - Conversion to GLFW, using code from GLFW gears.c example
*/
#include <math.h>