Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 
Share Thread:
Reddit Facebook Twitter
[fixed] wings3d requires the opengl frame buffer object extension
06-26-2018, 11:02 AM (This post was last modified: 06-26-2018 11:04 AM by dgud.)
Post: #4
RE: wings3d requires the opengl frame buffer object extension
Try updating you graphics drivers.

I have changed the check for FBO from
Quote:is_ext('GL_EXT_framebuffer_object').
to
Quote:is_ext('GL_ARB_framebuffer_object').
They are the same and should be in OpenGL-2.1 be both included or none. But in your case
only the second is available.. sigh.
Ok will change back in the next release.
Reply


Messages In This Thread
RE: wings3d requires the opengl frame buffer object extension - dgud - 06-26-2018 11:02 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)