OLD | NEW |
1 #ifndef __gl2_h_ | 1 #ifndef __gl2_h_ |
2 #define __gl2_h_ | 2 #define __gl2_h_ |
3 | 3 |
4 /* $Revision: 8784 $ on $Date:: 2009-09-02 09:49:17 -0700 #$ */ | 4 /* $Revision: 8784 $ on $Date:: 2009-09-02 09:49:17 -0700 #$ */ |
5 | 5 |
6 #include <GLES2/gl2platform.h> | 6 #include <GLES2/gl2platform.h> |
7 | 7 |
8 /* | 8 /* |
9 * This document is licensed under the SGI Free Software B License Version | 9 * This document is licensed under the SGI Free Software B License Version |
10 * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ . | 10 * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ . |
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
784 GL_APICALL void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width,
GLsizei height); | 784 GL_APICALL void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width,
GLsizei height); |
785 | 785 |
786 #if defined(__cplusplus) | 786 #if defined(__cplusplus) |
787 } | 787 } |
788 #endif | 788 #endif |
789 | 789 |
790 #endif // !GLES2_USE_CPP_BINDINGS | 790 #endif // !GLES2_USE_CPP_BINDINGS |
791 | 791 |
792 #endif /* __gl2_h_ */ | 792 #endif /* __gl2_h_ */ |
793 | 793 |
OLD | NEW |