Lines 1520-1527
typedef ptrdiff_t GLsizeiptrARB;
Link Here
|
1520 |
#ifndef GL_ARB_shader_objects |
1520 |
#ifndef GL_ARB_shader_objects |
1521 |
/* GL types for program/shader text and shader object handles */ |
1521 |
/* GL types for program/shader text and shader object handles */ |
1522 |
typedef char GLcharARB; |
1522 |
typedef char GLcharARB; |
|
|
1523 |
#if defined(__APPLE__) |
1524 |
typedef void *GLhandleARB; |
1525 |
#else |
1523 |
typedef unsigned int GLhandleARB; |
1526 |
typedef unsigned int GLhandleARB; |
1524 |
#endif |
1527 |
#endif |
|
|
1528 |
#endif |
1525 |
|
1529 |
|
1526 |
/* GL type for "half" precision (s10e5) float data in host memory */ |
1530 |
/* GL type for "half" precision (s10e5) float data in host memory */ |
1527 |
#ifndef GL_ARB_half_float_pixel |
1531 |
#ifndef GL_ARB_half_float_pixel |