-
Notifications
You must be signed in to change notification settings - Fork 556
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 comment to --inst-debug-printf option #5184
Conversation
e7aec0a
to
ea305fe
Compare
This option is only for debugging/fixing debug printf instrumentation. Users who wish to utilize debug printf should see the white paper at vulkan.lunarg.com/doc. Fixes KhronosGroup#4908
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like the title of the PR doesn't match what it does anymore?
Also the link here shows an empty page, is that expected?
// This option is not for user consumption. It is here to assist in | ||
// debugging and fixing the debug printf instrumentation pass. For users who | ||
// wish to utilize debug printf, see the white paper at | ||
// vulkan.lunarg.com/doc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You probably want vulkan.lunarg.com/doc/sdk? Add a ".".
Minor fixes for the link, as Nathan pointed out. I trust you to be able to fix it up. I should not have to look at it again. |
@spencer-lunarg Is this PR still needed? Only a really small change is needed, and then it could be merged. |
Fixes #4908