// Copyright 2018 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_VULKAN_VULKAN_INSTANCE_H_ #define GPU_VULKAN_VULKAN_INSTANCE_H_ #include <vulkan/vulkan_core.h> #include <memory> #include "base/check_op.h" #include "base/component_export.h" #include "base/files/file_path.h" #include "base/native_library.h" #include "gpu/config/vulkan_info.h" #include "ui/gfx/extension_set.h" namespace gpu { class COMPONENT_EXPORT(VULKAN) VulkanInstance { … }; } // namespace gpu #endif // GPU_VULKAN_VULKAN_INSTANCE_H_