Page 1 of 1

GL_RGB vs GL_BGR

Posted: Tue Jun 21, 2011 4:43 pm
by MadPumpkin
Alright so I know I've supposed to use GL_BGR for my PNG, because it's displaying blue instead of orange. This is obvious. But the issue is, that GL_BGR is undefined! But I've used it before so I know it exists.... Any thoughts on why it's undefined?

Re: GL_RGB vs GL_BGR

Posted: Tue Jun 21, 2011 5:43 pm
by qpHalcy0n
GL_BGR_EXT

Re: GL_RGB vs GL_BGR

Posted: Tue Jun 21, 2011 10:43 pm
by MadPumpkin
I'm an idiot... Of course it's part of the extensions I guess I kinda knew that... Thanks I couldn't find it anywhere.