| // 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. |
| // |
| // This header defines Fuchsia-specific Vulkan extensions that haven't been |
| // upstreamed to the official Vulkan headers. |
| |
| #ifndef GPU_VULKAN_FUCHSIA_VULKAN_FUCHSIA_EXT_H_ |
| #define GPU_VULKAN_FUCHSIA_VULKAN_FUCHSIA_EXT_H_ |
| |
| #include <vulkan/vulkan.h> |
| #include <zircon/types.h> |
| |
| #ifdef __cplusplus |
| extern "C" { |
| #endif |
| |
| #ifdef __cplusplus |
| } |
| #endif |
| |
| #endif // GPU_VULKAN_FUCHSIA_VULKAN_FUCHSIA_EXT_H_ |