Added GL_ABGR_EXT to fix windows build
This commit is contained in:
parent
25eff6e27c
commit
bad3a92fc3
@ -51,6 +51,10 @@
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef GL_ABGR_EXT
|
||||
#define GL_ABGR_EXT 0x8000
|
||||
#endif
|
||||
|
||||
namespace osg {
|
||||
|
||||
// forward declare
|
||||
|
Loading…
Reference in New Issue
Block a user