robertwhurst

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Now possible to build with Rust and MoltenVK #1261
    robertwhurst
    Participant

      No problem.

      Note that I didn’t implement the support for MoltenVK, I just suggested it to tomaka and helped debug a bit. You’ll have to ask tomaka. I would suggest creating an issue on GitHub here => https://github.com/tomaka/vulkano/issues

      in reply to: MoltenVK with Volkano #1163
      robertwhurst
      Participant

        Hi Bill,

        My name is Robert. I’m working with the author of Vulkano to add support for macOS via MoltenVK. We’re making progress, but we’ve hit a snag. Our efforts can be reviewed here.

        Perhaps you can shed some light on this exception?

        
        $ ../target/debug/triangle
        [mvk-info] Device AMD Radeon R9 M370X supports Metal Feature Set: macOS GPU Family 1 v1
        [mvk-info] Device Intel Iris Pro Graphics supports Metal Feature Set: macOS GPU Family 1 v1
        Using device: AMD Radeon R9 M370X (type: DiscreteGpu)
        [***MoltenVK ERROR***] VK_ERROR_INITIALIZATION_FAILED: On-screen rendering requires a view that is backed by a layer of type CAMetalLayer.
        thread 'main' panicked at 'unexpected error: InitializationFailed', /Users/rhurst/Developer/Personal/vulkano/vulkano/src/swapchain/surface.rs:589
        note: Run with <code>RUST_BACKTRACE=1</code> for a backtrace.
        
      Viewing 2 posts - 1 through 2 (of 2 total)