layer: Add CPP version of GetUnknownSettings

This commit is contained in:
Christophe 2023-09-14 17:01:03 +02:00 committed by Christophe
parent dbeeb934ef
commit e015dcd6b4
4 changed files with 128 additions and 20 deletions

View file

@ -73,3 +73,7 @@ typedef std::pair<uint32_t, uint32_t> VlCustomSTypeInfo;
void vlGetLayerSettingValues(VlLayerSettingSet layerSettingSet,
const char *pSettingName,
std::vector<VlCustomSTypeInfo> &settingValues);
// Return the list of Unknown setting in VkLayerSettingsCreateInfoEXT
VkResult vlGetUnknownSettings(const VkLayerSettingsCreateInfoEXT *pCreateInfo, uint32_t settingsCount, const char **pSettings,
std::vector<const char *>& unknownSettings);