Chromium Code Reviews
|
| OLD | NEW |
|---|---|
| 1 #ifndef __gl2ext_h_ | 1 #ifndef __gl2ext_h_ |
| 2 #define __gl2ext_h_ | 2 #define __gl2ext_h_ |
| 3 | 3 |
| 4 /* $Revision: 15049 $ on $Date:: 2011-07-06 17:28:16 -0700 #$ */ | 4 /* $Revision: 15049 $ on $Date:: 2011-07-06 17:28:16 -0700 #$ */ |
| 5 | 5 |
| 6 #ifdef __cplusplus | 6 #ifdef __cplusplus |
| 7 extern "C" { | 7 extern "C" { |
| 8 #endif | 8 #endif |
| 9 | 9 |
| 10 /* | 10 /* |
| (...skipping 1388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1399 #endif | 1399 #endif |
| 1400 #endif | 1400 #endif |
| 1401 typedef void (GL_APIENTRYP PFNGLGETTRANSLATEDSHADERSOURCEANGLEPROC) (GLuint shad er, GLsizei bufsize, GLsizei* length, GLchar* source); | 1401 typedef void (GL_APIENTRYP PFNGLGETTRANSLATEDSHADERSOURCEANGLEPROC) (GLuint shad er, GLsizei bufsize, GLsizei* length, GLchar* source); |
| 1402 #endif | 1402 #endif |
| 1403 | 1403 |
| 1404 #ifdef __cplusplus | 1404 #ifdef __cplusplus |
| 1405 } | 1405 } |
| 1406 #endif | 1406 #endif |
| 1407 | 1407 |
| 1408 #endif /* __gl2ext_h_ */ | 1408 #endif /* __gl2ext_h_ */ |
| OLD | NEW |