Hello,
While writing by FBO check through glCheckFramebufferStatus() I noticed that GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS and GL_FRAMEBUFFER_INCOMPLETE_FORMATS defines are no longer in GL30 (apparently they were in place with LWJGL 2.2.1).
Am I missing something ?
For the moment I'm using the following:
EXTFramebufferObject.GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT
EXTFramebufferObject.GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT