mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-04-18 21:46:48 +02:00
[BOT] update dependencies
This commit is contained in:
6
third_party/vulkan/vulkan.cppm
vendored
6
third_party/vulkan/vulkan.cppm
vendored
@@ -27,7 +27,7 @@ export module vulkan;
|
||||
|
||||
export import std;
|
||||
|
||||
VULKAN_HPP_STATIC_ASSERT( VK_HEADER_VERSION == 346, "Wrong VK_HEADER_VERSION!" );
|
||||
VULKAN_HPP_STATIC_ASSERT( VK_HEADER_VERSION == 347, "Wrong VK_HEADER_VERSION!" );
|
||||
|
||||
#if defined( _MSC_VER )
|
||||
# pragma warning( push )
|
||||
@@ -1259,6 +1259,10 @@ export
|
||||
using ::PFN_vkUpdateIndirectExecutionSetPipelineEXT;
|
||||
using ::PFN_vkUpdateIndirectExecutionSetShaderEXT;
|
||||
|
||||
//=== VK_KHR_device_fault ===
|
||||
using ::PFN_vkGetDeviceFaultDebugInfoKHR;
|
||||
using ::PFN_vkGetDeviceFaultReportsKHR;
|
||||
|
||||
#if defined( VK_USE_PLATFORM_OHOS )
|
||||
//=== VK_OHOS_surface ===
|
||||
using ::PFN_vkCreateSurfaceOHOS;
|
||||
|
||||
Reference in New Issue
Block a user