You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run the HelloVulkan sample it crashes with java.lang.NullPointerException: A required function is missing: _glfw_vulkan_library at the glfwVulkanSupported() call
The text was updated successfully, but these errors were encountered:
GLFW's configuration for MoltenVK has been broken since May. The cause was a bad rebase in the LWJGL-CI/glfw repository. It will be fixed in 3.2.4 build 2. I also relaxed it, so that using a GLFW build without _glfw_vulkan_library results in a simple warning instead of an error.
Until then, you may download the latest libglfw.dylib snapshot and use -Dorg.lwjgl.glfw.libname=<path> (or Configuration.GLFW_LIBRARY_NAME.set(<path>) to replace the 3.2.3 build.
3.2.3
13
When trying to run the HelloVulkan sample it crashes with
java.lang.NullPointerException: A required function is missing: _glfw_vulkan_library
at theglfwVulkanSupported()
callThe text was updated successfully, but these errors were encountered: