Closed 0xtito closed 6 months ago
idk if anyone else with a mac has run into this issue, but there errors inside of vulkan.rs. Specifically at use wgpu_hal::api::Vulkan;, i get
use wgpu_hal::api::Vulkan;
unresolved import `wgpu_hal::api::Vulkan` no `Vulkan` in `api`
and then it when diving into the crate, it says Vulkan has been configured out.
I do have the VulkanSDK installed + MoltenVK, yet the same error. So this seems to be easiest way to use vulkan on a mac...?
idk if anyone else with a mac has run into this issue, but there errors inside of vulkan.rs. Specifically at
use wgpu_hal::api::Vulkan;
, i getand then it when diving into the crate, it says Vulkan has been configured out.
I do have the VulkanSDK installed + MoltenVK, yet the same error. So this seems to be easiest way to use vulkan on a mac...?