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

fix errant framebuffer bind #878

Merged
merged 1 commit into from
Sep 9, 2023
Merged

Conversation

danielchasehooper
Copy link
Contributor

the framebuffer was getting bound even when msaa hadn't changed it

the framebuffer was getting bound even when msaa hadn't changed it
@floooh
Copy link
Owner

floooh commented Sep 9, 2023

Oops yeah looks like a bug. This was a "fix" for a rendering corruption problem on Chrome on Windows (https://bugs.chromium.org/p/chromium/issues/detail?id=1453425)

I'll need to check whether the "fix" was actually only working because it contained this bug. I'll try to look into this today (only downside is I have no Windows machine for testing around today).

Thanks for the PR!

@floooh floooh merged commit cb1e04d into floooh:master Sep 9, 2023
@floooh
Copy link
Owner

floooh commented Sep 9, 2023

Ok tested (only on my Mac though) and merged. Many thanks!

@danielchasehooper danielchasehooper deleted the patch-2 branch September 9, 2023 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants