Skip to content
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

[VISUAL] BlurFilterY uses width instead of height #265

Open
WhiteRedDragons opened this issue Jan 1, 2024 · 0 comments
Open

[VISUAL] BlurFilterY uses width instead of height #265

WhiteRedDragons opened this issue Jan 1, 2024 · 0 comments
Labels
Bug Something isn't working

Comments

@WhiteRedDragons
Copy link

Describe the bug

Line88 of BlurFilterY.cpp : The Shaders gets the width of the Framebuffer for the epsilon used for blurring the image.
The implications for this should be obvious, it should be getting the height instead since its literally for the .y dimensions of the framebuffer.

Expected behavior

Blur has correct vertical scale


Additional context

This is not an issue on the dx80 shaders

@WhiteRedDragons WhiteRedDragons added the Bug Something isn't working label Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant