kode80SSR icon indicating copy to clipboard operation
kode80SSR copied to clipboard

No blur on DX9

Open johnnycage10 opened this issue 10 years ago • 6 comments

Hello,

I cannot get the blur to do anything (Changing the radius or the roughness of the material does not affect anything)

But it works on DX11 and on OpenGL.

Thanks!

johnnycage10 avatar Mar 18 '15 00:03 johnnycage10

Do you get any compilation errors for DX9? Also, can you confirm the latest revision has this issue? I merged my optimization branch yesterday that cuts down a fair amount of instructions - if you were reaching the limit on DX9 maybe the optimized code will help.

kode80 avatar Mar 18 '15 11:03 kode80

I don't have any errors whatsoever. :) And yes, I use the latest one, I even checked with your project, it does work with DX11 but as soon as I go in DX9 it doesn't blur anymore. Thank you!

johnnycage10 avatar Mar 18 '15 19:03 johnnycage10

Ok, thanks for the update. I'll try and figure out the issue and report back in here.

kode80 avatar Mar 19 '15 12:03 kode80

Thank you ! :)

johnnycage10 avatar Mar 22 '15 21:03 johnnycage10

I have the same problem, but on both dx9 and dx11. Changing max blur radius or material roughness does not help.

I'm using latest revision, thank you.

Rbn3D avatar Apr 04 '15 09:04 Rbn3D

I have this same issue as well. If I force the renderer to use OpenGL 2.1 the blur always works. If I set it to DX9 or OpenGL Core it never works, and if I set it to DX11 it sometimes works, as strange as that is. The transitions between working and not working seem to be after restarting Unity or making changes that cause assets to reload. I'm thinking it's something to do with the way Unity is cross-compiling that particular shader?

This is using Unity 5.3 on Windows by the way.

puck7744 avatar Dec 16 '15 17:12 puck7744