Removed duplicated instances of GLint64EXT declarations
This commit is contained in:
parent
0bb62a8162
commit
0f2502c72d
@ -54,17 +54,6 @@
|
||||
#endif
|
||||
|
||||
|
||||
#if !defined(GL_EXT_timer_query) && !defined(OSG_GL3_AVAILABLE)
|
||||
#ifdef _WIN32
|
||||
typedef __int64 GLint64EXT;
|
||||
typedef unsigned __int64 GLuint64EXT;
|
||||
#else
|
||||
typedef long long int GLint64EXT;
|
||||
typedef unsigned long long int GLuint64EXT;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
namespace osg {
|
||||
|
||||
|
||||
|
@ -53,16 +53,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(GL_EXT_timer_query) && !defined(OSG_GL3_AVAILABLE)
|
||||
#ifdef _WIN32
|
||||
typedef __int64 GLint64EXT;
|
||||
typedef unsigned __int64 GLuint64EXT;
|
||||
#else
|
||||
typedef long long int GLint64EXT;
|
||||
typedef unsigned long long int GLuint64EXT;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
namespace osg {
|
||||
|
||||
/** macro for use with osg::StateAttribute::apply methods for detecting and
|
||||
|
Loading…
Reference in New Issue
Block a user