Glfw: LWJGL glfwCreateWindow() the share parameter not working

Created on 11 Aug 2016  路  5Comments  路  Source: glfw/glfw

LWJGL glfwCreateWindow() the share parameter not working

bug external

Most helpful comment

As far as I know, shared contexts cannot share VAOs and FBOs, because those are states in OpenGL. But textures should be shared.

All 5 comments

In what way is it not working?

Its not sharing the VBOs VAOs and textures

As far as I know, shared contexts cannot share VAOs and FBOs, because those are states in OpenGL. But textures should be shared.

Yes, what @sriharshachilakapati said. If textures or VBOs weren't shared then that may be a bug in LWJGL, a driver issue or an incorrect use of glfwCreateWindow. To verify object sharing on only GLFW and the driver involved, run thesharing test that is built along with the GLFW library.

Has this been resolved?

Was this page helpful?
0 / 5 - 0 ratings