Paweł Księżopolski
Paweł Księżopolski
Don't worry. I'll be back soon :) I have to rethink some of the ideas implemented already and finish ones that are not yet done. I stopped in the middle...
OK, I will have to change my name then :)
It may be hard to do it in Pumex at the moment and vsg-dev is better suited for the job you are trying to achieve. I still haven't decided on...
There's one error present in this example: when I switch primitive clipping off in a GUI and subsequently code calls `vkCmdSetDepthClipEnableEXT(cmd, VK_FALSE)`, the primitive clipping is still enabled. At first...
> > This seems to work fine for me. If I uncheck "use clipping", it looks like this on my 4070 with recent Vulkan developer drivers: > In that case...
> This oddly still fails with CI checks. @tomadamatkinson: Any idea? It seems to fail at files not even part of this PR That's why I didn't fix it yet....
> Reading the comments in this PR it makes me wonder if ClipDistance is being confused with depth clipping, which are different steps in the primitive clipping part of the...