We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
The latest 1.3.275.0 is now working -- so we just need to skip 1.3.268.1.
Sorry, something went wrong.
rcoreilly
No branches or pull requests
You will get an error message containing this string:
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):
The text was updated successfully, but these errors were encountered: