manas-kulkarni
manas-kulkarni
If you have a PR for it, we could integrate that in our Gitlab repo and have it available in the next public release
Do you mean VK_KHR_multiview?
It's not yet supported. We will add it soon. In the meantime, you could try rendering to a render target array using a geometry shader and choose the correct slice...
This is on the radar but will take time to implement subpasses correctly to work with all other APIs
DescriptorSet (like all other mutable objects - Cmd, CmdPool, ...) is not thread-safe when used for writing. You will need one DescriptorSet per thread if you want to update them...
No. I meant the DescriptorSet Forge object. It can be written to by only one thread at any point irrespective of what index you pass to updateDescriptorSet. Can make it...
Metal - Using a mutex would defeat the purpose of multi-threading. But we will add the ability to update the same DescriptorSet from different threads on Vulkan (assuming you use...
Fixed with the latest release
Thanks for getting back. In short, I would like an option where GitHub desktop doesn't touch the submodules. So for example, when switching branches, it won't switch to the submodule...
In the main repo, I switch from one branch to another, it updates all the submodules to point to the hashes in the other branch. Some times we don't want...