CrystGLFW icon indicating copy to clipboard operation
CrystGLFW copied to clipboard

Vulkan Support?

Open jeffbdavenport opened this issue 7 years ago • 2 comments

I couldn't find anywhere in the code or documentation about how to use Vulkan, which GLFW currently supports. Is this code out of date?

https://www.glfw.org/docs/latest/vulkan_guide.html

jeffbdavenport avatar Nov 23 '18 18:11 jeffbdavenport

Yes, CrystGLFW does not currently provide an idiomatic interface for GLFW's Vulkan API. I don't have plans to add it myself, but I would accept a PR.

calebuharrison avatar Nov 27 '18 17:11 calebuharrison

Related to this, it appears there is some effort to support vulkan in this fork of the GLFW bindings, specifically this file.

Edit

After some more looking around I discovered another fork that is quite a bit further along (at least in raw bindings). Here are some dedicated vulkan bindings.

da1nerd avatar Apr 09 '21 02:04 da1nerd