-
Notifications
You must be signed in to change notification settings - Fork 35
Description
(The really interesting part is Vulkan support in the not-yet-released GLFW 3.2, of course. But someone somewhere probably really wants one of the additional GLFW 3.1 features.)
leafi@694fc68 is a commit you probably don't want to import verbatim that adds bindings for everything from GLFW 3.1 and GLFW 3.2, except for the custom cursor stuff.
It's completely untested and misses any kind of attributes to e.g. indicate this function is only present from a certain version of GLFW onwards, and e.g. checking the version of GLFW against it.
Some type bindings may also not be to your satisfaction.
Take what you want from it, and drop what you don't. I just went down the list of http://www.glfw.org/docs/3.2/news.html#news_32 basically. And thanks for having these bindings in the first place!
Much love! <3