Replaced texture compression extension define so that its #ifndef guard used
GL_ARB_texture_compression as natured intended.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
#include <osg/GLU>
|
||||
|
||||
#ifndef PFNGLCOMPRESSEDTEXIMAGE2DARBPROC
|
||||
#ifndef GL_ARB_texture_compression
|
||||
typedef void (APIENTRY * PFNGLCOMPRESSEDTEXIMAGE2DARBPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user