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

VK_EXT_debug_utils function inconsistency #660

Closed
BeastLe9enD opened this issue Sep 23, 2022 · 1 comment · Fixed by #661
Closed

VK_EXT_debug_utils function inconsistency #660

BeastLe9enD opened this issue Sep 23, 2022 · 1 comment · Fixed by #661

Comments

@BeastLe9enD
Copy link
Contributor

Inside the Debug Utils loader, the function is called debug_utils_set_object_name, but should be called set_debug_utils_object_name in my opinion. Is there a good reason for that?
The same is with debug_utils_set_object_tag.

Just wanted to point that out in case it was accidental.

pub unsafe fn debug_utils_set_object_name(

@Ralith
Copy link
Collaborator

Ralith commented Sep 23, 2022

Looks like a mistake to me, good catch! We should add the proper names and deprecate the existing ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants