-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I tried to compile and run the Cinder demos on macOS Mojave 10.14.1. I use the latest MoltenVK 1.0.26. Most of the Demos run fine, however I get a run-time error when running FishTornado:
|info | VkPipeline cinder::vk::PipelineSelector::getSelectedPipeline() const[495] Created pipeline: 4 pipelines now exists
|info | VkPipeline cinder::vk::PipelineSelector::getSelectedPipeline() const[496] Cull Mode: VK_CULL_MODE_BACK_BIT
[MoltenVK ERROR] VK_ERROR_FORMAT_NOT_SUPPORTED: Unable to convert SPIR-V to MSL:
MSL conversion error: Cannot yet map non-aliased parameter to Metal resource!
[MoltenVK ERROR] VK_ERROR_INITIALIZATION_FAILED: Fragment shader function could not be compiled into pipeline. See previous error.
Assertion failed: (res == VK_SUCCESS), function initialize, file /Volumes/home/werner/Projects/VulkanSamples/Cinder/src/cinder/vk/Pipeline.cpp, line 609.
Is anybody able to run FishTornado on Mojave?