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 optional color to debug groups/markers #6313

Open
JMS55 opened this issue Sep 23, 2024 · 2 comments
Open

Add optional color to debug groups/markers #6313

JMS55 opened this issue Sep 23, 2024 · 2 comments
Labels
area: api Issues related to API surface type: enhancement New feature or request

Comments

@JMS55
Copy link
Contributor

JMS55 commented Sep 23, 2024

Is your feature request related to a problem? Please describe.
A program with thousands of API calls gets hard to debug in tools like NSight, RenderDoc, or PIX.

Describe the solution you'd like
Allow optionally specifying a color for debug group/marker functions to make visually finding the passes your interested in easier.

@cwfitzgerald
Copy link
Member

cwfitzgerald commented Sep 23, 2024

Amusingly, this used to be in the api way long ago but was removed. I think we should just ignore any color values unsupported by the underlying api.

@JMS55
Copy link
Contributor Author

JMS55 commented Sep 23, 2024

Agreed, if the underlying API does not support it, just skip the coloring.

@cwfitzgerald cwfitzgerald added type: enhancement New feature or request area: api Issues related to API surface labels Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: api Issues related to API surface type: enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants