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

Hard-code internal noise texture format for GL Core profiles #806

Conversation

kblaschke
Copy link
Member

glGetInternalformativ() also is an addition in OpenGL Core 4.2, which we don't officially support. projectM should run with a 3.3 core profile.

This should resolve the (or one?) GL error GStreamer sees on macOS, and also improve stability such as avoiding a potential nullptr crash if the function isn't loaded by GLEW for example.

glGetInternalformativ() also is an addition in OpenGL Core 4.2, which we don't officially support.
@kblaschke kblaschke merged commit 91f3291 into projectM-visualizer:master May 15, 2024
9 checks passed
@kblaschke kblaschke deleted the fix-internal-noise-texture-format branch May 15, 2024 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants