-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No blur on DX9 #3
Comments
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. |
I don't have any errors whatsoever. :) |
Ok, thanks for the update. I'll try and figure out the issue and report back in here. |
Thank you ! :) |
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. |
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. |
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!
The text was updated successfully, but these errors were encountered: