Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LWJGL glfwCreateWindow() the share parameter not working #831

Closed
audioXD opened this issue Aug 11, 2016 · 5 comments
Closed

LWJGL glfwCreateWindow() the share parameter not working #831

audioXD opened this issue Aug 11, 2016 · 5 comments
Assignees
Labels
bug Bug reports and bugfix pull requests external Issues GLFW cannot reasonably solve
Milestone

Comments

@audioXD
Copy link

audioXD commented Aug 11, 2016

LWJGL glfwCreateWindow() the share parameter not working

@elmindreda
Copy link
Member

In what way is it not working?

@audioXD
Copy link
Author

audioXD commented Aug 13, 2016

Its not sharing the VBOs VAOs and textures

@sriharshachilakapati
Copy link

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

@elmindreda
Copy link
Member

elmindreda commented Sep 28, 2016

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.

@elmindreda elmindreda added question Please use the support label instead waiting labels Sep 28, 2016
@elmindreda
Copy link
Member

Has this been resolved?

@elmindreda elmindreda self-assigned this Jan 16, 2017
@elmindreda elmindreda added this to the None milestone Mar 27, 2017
@elmindreda elmindreda added bug Bug reports and bugfix pull requests external Issues GLFW cannot reasonably solve and removed question Please use the support label instead labels Mar 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug reports and bugfix pull requests external Issues GLFW cannot reasonably solve
Projects
None yet
Development

No branches or pull requests

3 participants