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

Latest 1.3.268.1 Vulkan SDK does not work on MacOS -- use 1.3.261.1 for now #9

Open
rcoreilly opened this issue Nov 14, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@rcoreilly
Copy link
Member

rcoreilly commented Nov 14, 2023

You will get an error message containing this string:

[mvk-error] SPIR-V to MSL conversion error: Unsized array of descriptors requires argument buffer tier 2

The issues tracking this are: KhronosGroup/MoltenVK#2016 and KhronosGroup/SPIRV-Cross#2198

Workaround is to download and install the 1.3.261.1 version from https://vulkan.lunarg.com/sdk/home : https://sdk.lunarg.com/sdk/download/1.3.261.1/mac/vulkansdk-macos-1.3.261.1.dmg

To uninstall before installing the new one (not clear if this is necessary or not):

$ cd ~/VulkanSDK/1.3.268.1/
$ sudo ./uninstall.sh
@rcoreilly
Copy link
Member Author

The latest 1.3.275.0 is now working -- so we just need to skip 1.3.268.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants