Commit Graph

5 Commits

Author SHA1 Message Date
ocornut
624adb1b23 Tweak build batch files and readmes 2015-11-16 22:03:13 +01:00
Andres Vahter
ccbc72e98b add mac os x build instructions for sdl_opengl_example 2015-08-18 10:16:16 +03:00
ocornut
85dab1a680 Fixed documentation 2015-08-05 19:19:12 -06:00
Daniel Gibson
02a0967243 Fix SDL2-example for Linux
The header is called "SDL_opengl.h" - case matters on Linux.

The main() function must indeed be called main(), on Windows it'll be
renamed to SDL_main (for SDL2main.lib) by #define in SDL_main.h
(which is included by SDL.h)

I added an entry to the example's README that describes how to build
it on Linux.
2015-07-16 03:54:44 +02:00
ocornut
e49977a913 SDL example: hasty readme. 2015-07-08 11:08:58 -06:00