Skip to content

Add support for Vulkan on macOS#47

Merged
goniz merged 10 commits into
mainfrom
vulkan-on-macos
May 31, 2026
Merged

Add support for Vulkan on macOS#47
goniz merged 10 commits into
mainfrom
vulkan-on-macos

Conversation

@goniz

@goniz goniz commented May 25, 2026

Copy link
Copy Markdown
Owner

No description provided.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 906eea22f3

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread dev.sh
Comment on lines +66 to +67
local moltenvk_icd="/opt/homebrew/etc/vulkan/icd.d/MoltenVK_icd.json"
if [ ! -f "$moltenvk_icd" ]; then

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Resolve MoltenVK ICD path from brew prefix

The new macOS ICD setup is hard-coded to /opt/homebrew/..., which only matches Apple Silicon Homebrew installs. On Intel macOS, Homebrew’s default prefix is /usr/local, so this check returns early and leaves VK_ICD_FILENAMES unchanged; if it still points to a mock ICD (the exact case this function is trying to fix), Vulkan commands continue to fail. Please derive the path from brew --prefix or probe both supported prefixes so macOS support works across Intel and Apple Silicon.

Useful? React with 👍 / 👎.

@goniz goniz merged commit 8fbf5f9 into main May 31, 2026
1 check passed
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