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

How is vkuGetUnknownSettings suppose to be used #255

Open
spencer-lunarg opened this issue Dec 16, 2024 · 0 comments
Open

How is vkuGetUnknownSettings suppose to be used #255

spencer-lunarg opened this issue Dec 16, 2024 · 0 comments
Assignees

Comments

@spencer-lunarg
Copy link
Contributor

vkuGetUnknownSettings seems not helpful because you need to pass in a uint32_t settingsCount, const char **pSettings which requires you to re-construct a list of your settings

Even the tests for it go

const char* setting_names[] = {"int32_value", "int64_value", "uint32_value", "uint64_value", "float_value", "double_value"};
const std::uint32_t setting_name_count = static_cast<std::uint32_t>(std::size(setting_names));

but the effort it would take for me (as the validation layers) to build setting_names I would just be able to do the logic in vkuGetUnknownSettings myself

@christophe-lunarg christophe-lunarg self-assigned this Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants