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 the ability to add debug names onto buffers #57

Closed
ghost opened this issue Jun 27, 2023 · 0 comments · Fixed by #58
Closed

Add the ability to add debug names onto buffers #57

ghost opened this issue Jun 27, 2023 · 0 comments · Fixed by #58
Labels
enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Jun 27, 2023

Is your feature request related to a problem? Please describe.
When using debugging programs such as RenderDoc, you're able to name buffers and other objects. This feature is incredibly useful for debugging purposes.

Describe the solution you'd like
A way to name buffers. Ideally, this would take a generic so it can handle multiple Vulkan objects such as Buffers, AS, etc...

Describe alternatives you've considered
You can of course manually make a Vulkan call. This works fine, but most Vulkan abstractions such as vuk do include some sort of abstraction away.

@ghost ghost added the enhancement New feature or request label Jun 27, 2023
@NotAPenguin0 NotAPenguin0 linked a pull request Jun 29, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants