It's just a define, a number. It doesn't matter what it is called, you can even define it in your own sourcecode.
Qt Code:
#ifndef GL_BGR #define GL_BGR 0x80E0 #endifTo copy to clipboard, switch view to plain text mode
It's just a define, a number. It doesn't matter what it is called, you can even define it in your own sourcecode.
Qt Code:
#ifndef GL_BGR #define GL_BGR 0x80E0 #endifTo copy to clipboard, switch view to plain text mode
Bookmarks