DadSchoorse / vkBasalt

a vulkan post processing layer for linux
zlib License
1.24k stars 52 forks source link

black screen with latest vkbasalt #69

Closed zany130 closed 4 years ago

zany130 commented 4 years ago

version 0.3.1 broke vkBasalt for me when i run ENABLE_VKBASALT=1 vkcube I get a black screen this the output I get gist

DadSchoorse commented 4 years ago

Nothing unusually in that log. Does the same happen with only cas? Maybe a shader doesn't work anymore.

DadSchoorse commented 4 years ago

it's HighPassSharpen, GaussianBlur and Clarity that are broken, seems strange. I might talk to crosire about that.

DadSchoorse commented 4 years ago

If you replace COLOR with SV_Target they work again. So that is something @crosire needs to solve.

zany130 commented 4 years ago

oh ok in the meantime I reverted to 0.3.0 which works for me

crosire commented 4 years ago

And here I had hoped to kill support for those legacy names. But no, of course there had to be shaders who use them. Reintroduced here to make them work: https://github.com/crosire/reshade/commit/76516057aaa83794f6ba7cf4bcd496655baa546e.