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

Add DebugPrintf preset as an environment variable #8569

Closed
spencer-lunarg opened this issue Sep 20, 2024 · 1 comment
Closed

Add DebugPrintf preset as an environment variable #8569

spencer-lunarg opened this issue Sep 20, 2024 · 1 comment
Assignees
Labels
DebugPrintf debugPrintfEXT

Comments

@spencer-lunarg
Copy link
Contributor

Currently in vkconfig we have a nice preset that will setup things to do DebugPrintf for you. Because this is feature people want to use (and not the rest of validation) we should provide an easier way for those without the luxury to use vkconfig

The idea is when you call export VK_LAYER_PRINTF_PRESET=1, before other settings are applied, it will set various settings for you to (turn off other validations, set Information message severity, etc)

@spencer-lunarg spencer-lunarg self-assigned this Sep 20, 2024
@spencer-lunarg spencer-lunarg added the DebugPrintf debugPrintfEXT label Sep 20, 2024
@spencer-lunarg
Copy link
Contributor Author

Was added, can now call export VK_LAYER_PRINTF_ONLY_PRESET=1 to do this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DebugPrintf debugPrintfEXT
Projects
None yet
Development

No branches or pull requests

1 participant