/* * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #ifdef USE_VULKAN_WRAPPER #ifdef USE_VULKAN_VOLK #ifdef VK_ANDROID_external_memory_android_hardware_buffer #include #include #include #endif /* VK_ANDROID_external_memory_android_hardware_buffer */ #include #else #include #endif /* USE_VULKAN_VOLK */ #else #include #endif /* USE_VULKAN_WRAPPER */