Searched refs:supportedLayers (Results 1 – 2 of 2) sorted by relevance
61 vector<string> getValidationLayers (const vector<VkLayerProperties>& supportedLayers) in getValidationLayers() argument78 if (isLayerSupported(supportedLayers, RequiredLayer(s_magicLayer))) in getValidationLayers()84 if (isLayerSupported(supportedLayers, RequiredLayer(s_defaultLayers[ndx]))) in getValidationLayers()
66 const std::vector<vk::VkLayerProperties> supportedLayers (enumerateInstanceLayerProperties(vkp)); in getValidationLayers() local69 if (isLayerSupported(supportedLayers, vk::RequiredLayer(s_magicLayer))) in getValidationLayers()75 if (isLayerSupported(supportedLayers, vk::RequiredLayer(s_defaultLayers[ndx]))) in getValidationLayers()