// Copyright 2020 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_VMA_WRAPPER_H_ #define GPU_VULKAN_VMA_WRAPPER_H_ #include <algorithm> #include <vulkan/vulkan_core.h> #include "base/component_export.h" #include "ui/gfx/extension_set.h" VK_DEFINE_HANDLE(…) … VK_DEFINE_HANDLE(…) … struct VmaAllocationCreateInfo; struct VmaAllocationInfo; struct VmaBudget; namespace gpu { vma // namespace vma } // namespace gpu #endif // GPU_VULKAN_VMA_WRAPPER_H_