BUG: gluErrorString + EXT

Hi there,

I recently noticed that GLU.gluErrorString(int error) returns null for the error flag INVALID_FRAMEBUFFER_OPERATION_EXT = 0x0506 introduced by the frame_buffer_object extension.

My guess is that newer extension error flags are not kown by GLU.gluErrorString.

Hoping someone could fixthis, I didn’t know whether I should fill a bug report or posting here is sufficient? :slight_smile:

Best regards,
Michael

Thanks for pointing this out. I’ve checked in a fix which will show up in tonight’s nightly build.

Thanks to you for the awesome support! :slight_smile: