2007-07-24 Matthew Allum <mallum@openedhand.com>
* clutter/cogl/gl/cogl-defines.h: Add CGL_UNSIGNED_INT_8_8_8_8_REV (for big endian machines)
This commit is contained in:
parent
23c50938da
commit
8e749f599d
@ -1,3 +1,8 @@
|
||||
2007-07-24 Matthew Allum <mallum@openedhand.com>
|
||||
|
||||
* clutter/cogl/gl/cogl-defines.h:
|
||||
Add CGL_UNSIGNED_INT_8_8_8_8_REV (for big endian machines)
|
||||
|
||||
2007-07-24 Matthew Allum <mallum@openedhand.com>
|
||||
|
||||
* clutter/cogl/gl/cogl-defines.h:
|
||||
|
@ -670,6 +670,7 @@ typedef GLint COGLint;
|
||||
|
||||
#define CGL_TEXTURE_2D GL_TEXTURE_2D
|
||||
#define CGL_ARGB GL_ARGB
|
||||
#define CGL_UNSIGNED_INT_8_8_8_8_REV GL_UNSIGNED_INT_8_8_8_8_REV
|
||||
|
||||
#ifdef GL_TEXTURE_RECTANGLE_ARB
|
||||
#define CGL_TEXTURE_RECTANGLE_ARB GL_TEXTURE_RECTANGLE_ARB
|
||||
|
Loading…
Reference in New Issue
Block a user