Skip to content

Commit

Permalink
From Wojciech Lewandowski, "With current trunk I had an error while c…
Browse files Browse the repository at this point in the history
…ompiling osg/Image.cpp for IOS simulator / GLES2. Symbol GL_RGBA16 was missing. Adding #define GL_RGBA16 0x805B to Image header solves the problem. "
  • Loading branch information
robertosfield committed Sep 7, 2012
1 parent 37d7d7d commit 3791c98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/osg/Image
Expand Up @@ -82,6 +82,7 @@
#define GL_LUMINANCE8 0x8040
#define GL_LUMINANCE8_ALPHA8 0x8045
#define GL_RGBA8 0x8058
#define GL_RGBA16 0x805B
#define GL_PACK_ROW_LENGTH 0x0D02
#endif

Expand Down

0 comments on commit 3791c98

Please sign in to comment.