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 * Brian Paul
* *
* *
* Marcus Geelnard: * Krylov Yaroslav:
* - Conversion to GLFW * - Based on gles2-egl-gears http://en.pudn.com/Download/item/id/1806093.html
* - Time based rendering (frame rate independent) * - Conversion to GLFW, using code from GLFW gears.c example
* - 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
*/ */
#include <math.h> #include <math.h>