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

debug: allow toggling individual debug features #46

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

mardy
Copy link
Collaborator

@mardy mardy commented Jun 14, 2024

Enabling all debugging messages can potentially produce a lot of output, which makes debugging possibly harder. One is typically interested in debugging a specific feature of OpenGL; enable this by allowing the command line variable to specify on which features debugging must be enabled. For example:

OPENGX_DEBUG=lighthing,texture

Enabling all debugging messages can potentially produce a lot of output,
which makes debugging possibly harder. One is typically interested in
debugging a specific feature of OpenGL; enable this by allowing the
command line variable to specify on which features debugging must be
enabled. For example:

  OPENGX_DEBUG=lighthing,texture
@davidgfnet
Copy link

Great idea!
LGTM!

@WinterMute WinterMute merged commit 0e4dfee into devkitPro:master Jun 24, 2024
2 checks passed
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.

3 participants