Mercurial > sdl-ios-xcode
comparison include/SDL_opengles.h @ 3407:d3baf5ac4e37
Partial fix for bug #859
Header file update from Ken for improved doxygen output
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 19 Oct 2009 13:31:58 +0000 |
parents | 7f684f249ec9 |
children | f7b03b6838cb |
comparison
equal
deleted
inserted
replaced
3406:8ae607392409 | 3407:d3baf5ac4e37 |
---|---|
18 | 18 |
19 Sam Lantinga | 19 Sam Lantinga |
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 | 22 |
23 /* | 23 /** |
24 This is a simple file to encapsulate the OpenGL ES API headers. | 24 * \file SDL_opengles.h |
25 Headers copied from The Kronos Group website. | 25 * |
26 http://www.khronos.org/opengles/ | 26 * This is a simple file to encapsulate the OpenGL ES API headers. |
27 * | |
28 * Headers copied from The Kronos Group website. | |
29 * http://www.khronos.org/opengles/ | |
27 */ | 30 */ |
28 | 31 |
29 #ifndef __gles_h_ | 32 #ifndef __gles_h_ |
30 #define __gles_h_ | 33 #define __gles_h_ |
31 | 34 |