vulkan_fuchsia_ext.h 565 B

12345678910111213141516171819202122
  1. // Copyright 2019 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. //
  5. // This header defines Fuchsia-specific Vulkan extensions that haven't been
  6. // upstreamed to the official Vulkan headers.
  7. #ifndef GPU_VULKAN_FUCHSIA_VULKAN_FUCHSIA_EXT_H_
  8. #define GPU_VULKAN_FUCHSIA_VULKAN_FUCHSIA_EXT_H_
  9. #include <vulkan/vulkan.h>
  10. #include <zircon/types.h>
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17. #endif // GPU_VULKAN_FUCHSIA_VULKAN_FUCHSIA_EXT_H_