Is molten support GLFW with vulkan ?


Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1159
    soso7885
    Participant

      Hi all
      I use glfw-3.2.1 render in my application, build by molten, but it seem doesn’t work,
      I try to use glfwVulkanSupported() to check motlen support or not, it give me GLFW_FALSE back!
      Is molten support GLFW?

      #1160
      Bill Hollings
      Keymaster

        @soso7885

        MoltenVK is a driver for Vulkan on macOS and iOS. It will work with any Vulkan development kit or engine that links to it. However, it is up to the development kit or engine to use the extension required to support any given platform (e.g.- Windows, macOS, etc).

        GLFW is open-source. We recommend that you post a request to the GLFW development community to support macOS on Vulkan by making use of a library such as MoltenVK. We will do the same, and we’ll see if we can get the ball rolling.

        …Bill

        #1161
        Bill Hollings
        Keymaster

          I have added a request to the GLFW community to add support for Vulkan on macOS and iOS through MoltenVK.

          Please add your voice there if you would like to see this happen.

          …Bill

          #1162
          soso7885
          Participant

            Thx Bill, I will add my voice, hope they will do it.

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The forum ‘MoltenVK Support’ is closed to new topics and replies.