// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef GPU_CONFIG_VULKAN_INFO_H_ #define GPU_CONFIG_VULKAN_INFO_H_ #include <vulkan/vulkan_core.h> #include <string_view> #include <vector> #include "gpu/gpu_export.h" #include "ui/gfx/extension_set.h" namespace gpu { class GPU_EXPORT VulkanPhysicalDeviceInfo { … }; class GPU_EXPORT VulkanInfo { … }; } // namespace gpu #endif // GPU_CONFIG_VULKAN_INFO_H_