// Copyright 2021-2026 The Khronos Group Inc. // SPDX-License-Identifier: Apache-2.0 OR MIT // // This header is generated from the Khronos Vulkan XML API Registry. module; #define VULKAN_HPP_CXX_MODULE 1 #if __has_include( ) # include #endif #if __has_include( ) # include #endif #if __has_include( ) # include #endif #if __has_include( ) # include #endif #if __has_include( ) # include #endif #if __has_include( ) # include #endif #if __has_include( ) # include #endif #if __has_include( ) # include #endif #if __has_include( ) # include #endif #if __has_include( ) # include #endif #if __has_include( ) # include #endif #if __has_include( ) # include #endif // clang-format off #include // clang-format on export module vulkan_video; import vulkan; #if defined( _MSC_VER ) # pragma warning( push ) # pragma warning( disable : 5244 ) #elif defined( __clang__ ) # pragma clang diagnostic push # pragma clang diagnostic ignored "-Winclude-angled-in-module-purview" #elif defined( __GNUC__ ) #endif #include #if defined( _MSC_VER ) # pragma warning( pop ) #elif defined( __clang__ ) # pragma clang diagnostic pop #elif defined( __GNUC__ ) #endif