Fixed GLES build due to lack of GLclampd
This commit is contained in:
@@ -636,6 +636,10 @@ namespace osg
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(OSG_GLES1_FEATURES) || defined(OSG_GLES2_FEATURES)|| defined(OSG_GLES3_FEATURES)
|
||||
typedef double GLclampd;
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user