You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
vkuGetUnknownSettings
seems not helpful because you need to pass in auint32_t settingsCount, const char **pSettings
which requires you to re-construct a list of your settingsEven the tests for it go
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 invkuGetUnknownSettings
myselfThe text was updated successfully, but these errors were encountered: