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

graphics/gl: Fix delete_texture for msaa textures #493

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Conversation

not-fl3
Copy link
Owner

@not-fl3 not-fl3 commented Oct 28, 2024

raw field was either texture id or renderbuffer id. Big mistake! Now they are properly distinguished and there is now deletion of the wrong kind.

@not-fl3 not-fl3 merged commit a8fada0 into master Oct 28, 2024
13 checks passed
raw field was either texture id or renderbuffer id. Big mistake! Now they are properly distinguished and there is now deletion of the wrong kind.
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.

1 participant