Searched refs:layer_props (Results 1 – 2 of 2) sorted by relevance
204 std::vector<VkLayerProperties> layer_props; in layers() local212 layer_props.reserve(layer_count); in layers()213 err = vkEnumerateDeviceLayerProperties(handle(), &layer_count, layer_props.data()); in layers()219 return layer_props; in layers()
74 std::vector<VkLayerProperties> layer_props; in InstanceLayerSupported() local80 layer_props.resize(layer_count); in InstanceLayerSupported()81 res = vkEnumerateInstanceLayerProperties(&layer_count, layer_props.data()); in InstanceLayerSupported()84 for (auto &it : layer_props) { in InstanceLayerSupported()