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

Avoid performing GL occlusion queries on Veldrid #5600

Merged
merged 3 commits into from Dec 19, 2022

Conversation

frenzibyte
Copy link
Member

@frenzibyte frenzibyte commented Dec 19, 2022

Was an annoying one to me, as the moment I accidentally switch to this test scene everything crashes because of the GL occlusion queries being performed in the draw node, and there's no way to escape this crash without commenting the entire test scene.

@smoogipoo
Copy link
Contributor

Yikes. I missed that this test scene does raw GL calls. But it is very internal so ./shrug.

@smoogipoo smoogipoo merged commit d1a433a into ppy:master Dec 19, 2022
@frenzibyte frenzibyte deleted the avoid-gl-occlusion-query-on-veldrid branch December 19, 2022 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants