Page 1 of 1

Shzaders in Umbra of Fate do not compile on Vulkan

Posted: Sun Jul 28, 2019 12:23 pm
by Graf Zahl
From the looks of it these shaders are doing a few things wrong but I have no idea how to make them right again.
That said, is there a way to make a compile error of a postprocessing shader non-fatal? Aborting the game for it is not nice.

https://www.doomworld.com/idgames/level ... ts/s-u/uof

Re: Shzaders in Umbra of Fate do not compile on Vulkan

Posted: Sun Jul 28, 2019 1:28 pm
by dpJudas
They are defining their own texture sampler objects (instead of using the ones already defined). It happened to work in OpenGL by chance because they get automatically bound.

We could make the errors non-fatal and have it just not perform the pass if it doesn't compile.

Re: Shzaders in Umbra of Fate do not compile on Vulkan

Posted: Sun Jul 28, 2019 1:40 pm
by Graf Zahl
That would be better than the mod aborting in the middle of gameplay.