Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address issue with newer Vulkan for MoltenVK on Mac #56

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

FunMiles
Copy link
Contributor

Since 1.3.216, additional layers have to be added to have the drivers work.
This PR adds those and brings glfw in sync.

subrepo:
  subdir:   "external/glfw"
  merged:   "2c1d3100"
upstream:
  origin:   "https://github.com/glfw/glfw.git"
  branch:   "master"
  commit:   "2c1d3100"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "2f68596"
Vulkan 1.3.216 installation on Mac has the following note:
NOTICE: As of the 1.3.216 SDK release,  the Vulkan Portability Enumeration extension
 is being enforced by the Vulkan loader.  Failure to 'opt in' for non-conformant
 Vulkan implementations will cause applications to fail to find the MoltenVK ICD.
  See the macOS release notes for more information.

This commit combined with the update to glfw, addresses these issues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant