necktwi

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • necktwi
    Participant

      I hope Molten makes me forget about Metal in near future. It is its purpose right?

      in reply to: tri-frag.spv: not a directory #1175
      necktwi
      Participant

        All are running good except the Demos in LunarG-VulkanSamples. I love that hologram one. And why there is no Demos folder in Khronos-Vulkan-Samples, as I see it should point to Khronos Vulkan-Samples?

        I couldn’t witness the fish tornado because

        $ git clone --recursive https://github.com/brenwill/Cinder.git
        fatal: destination path 'Cinder' already exists and is not an empty directory.
        TwinkleMoss:workspace gowtham$ rm -rf Cinder/
        TwinkleMoss:workspace gowtham$ git clone --recursive https://github.com/brenwill/Cinder.git
        Cloning into 'Cinder'...
        remote: Counting objects: 89680, done.
        remote: Total 89680 (delta 0), reused 0 (delta 0), pack-reused 89680
        Receiving objects: 100% (89680/89680), 390.27 MiB | 3.30 MiB/s, done.
        Resolving deltas: 100% (55291/55291), done.
        warning: remote HEAD refers to nonexistent ref, unable to checkout.
        in reply to: tri-frag.spv: not a directory #1174
        necktwi
        Participant

          To be sure I did it right, I’ve done again

          cd ~/workspace
          rm -rf VulkanSamples/
          git clone https://github.com/brenwill/VulkanSamples.git
          cd Molten-0.13.0/MoltenVK/Demos/LunarG-VulkanSamples/
          rm VulkanSamples
          ln -s ~/workspace/VulkanSamples/ VulkanSamples
          cd ~/workspace/
          rm -rf Vulkan-Samples/
          git clone --depth=1 https://github.com/brenwill/Vulkan-Samples.git
          cd Molten-0.13.0/MoltenVK/Demos/Khronos-Vulkan-Samples/
          rm Vulkan-Samples
          ln -s ~/workspace/Vulkan-Samples/ Vulkan-Samples
          in reply to: tri-frag.spv: not a directory #1172
          necktwi
          Participant

            Yes! I have pulled the modified samples from GitHub. Replaced the place holder symbolic links to these folders with the actual ones.

          Viewing 4 posts - 1 through 4 (of 4 total)