GL_BRGA not declared?

Hello I’m building an application which uses OpenGL and for some reason when ever I use GL_BRGA it has to say in the build messages error: ‘GL_BRGA’ was not declared in this scope ???

I don’t understand why since I already included my gl/gl.h and even tried my SDL/SDL_Opengl.h to see if that helped and My linkers are setup correctly

any help would be appreciated :slight_smile:

Never heard of GL_BRGA. Try GL_BGRA instead.

omg lol wth What a weird mistake I made

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.