Shzaders in Umbra of Fate do not compile on Vulkan

Moderator: GZDoom Developers

User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49067
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Shzaders in Umbra of Fate do not compile on Vulkan

Post 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
dpJudas
 
 
Posts: 3040
Joined: Sat May 28, 2016 1:01 pm

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

Post 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.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49067
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

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

Post by Graf Zahl »

That would be better than the mod aborting in the middle of gameplay.
Post Reply

Return to “Vulkan Renderer Bugs”