glfw/include/GLFW
Kamil Nowakowski 22e2180a17 Pass shared context and parent window as window hints.
This CL doesn't include other platform since I'm not familiar with them.
Nevertheless, it would be cool to be able to pass shared context and
parent window as optional window hints.
CreateWindow no more need extra parameter to be passed (I assume 99% of
time, no one even use this). hints.context.share already exists. Its
just set in glfwChildWindowHind (the name can be changed, I really
didn't come with anything better).
2017-10-14 14:14:01 +02:00
..
glfw3.h Pass shared context and parent window as window hints. 2017-10-14 14:14:01 +02:00
glfw3native.h Fix APIENTRY from windows.h being undefined 2017-08-21 16:01:32 +02:00