Examples: GL3: Comments about gl3w (#880)

This commit is contained in:
ocornut
2016-11-12 12:48:33 +01:00
parent 775ac24d45
commit a68ac96bc4
4 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
// SDL,GL3W
#include <SDL.h>
#include <SDL_syswm.h>
#include <GL/gl3w.h>
#include <GL/gl3w.h> // This example is using gl3w to access OpenGL functions (because it is small). You may use glew/glad/glLoadGen/etc. whatever already works for you.
// Data
static double g_Time = 0.0f;