Loader for Vulkan Installable Client Drivers (ICDs) and Vulkan Layers. While MoltenVK on macOS can be linked to directly, it is a Level 0 ICD and thus requires a loader in order to use Layers.
Loader for Vulkan Installable Client Drivers (ICDs) and Vulkan Layers. While MoltenVK on macOS can be linked to directly, it is a Level 0 ICD and thus requires a loader in order to use Layers.
To install vulkan-loader, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install vulkan-loader
To see what files were installed by vulkan-loader, run:
port contents vulkan-loader
To later upgrade vulkan-loader, run:
sudo port selfupdate && sudo port upgrade vulkan-loader
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.