Skip to content

Commit 06c429e

Browse files
committed
Add Vulkan v1.4.341 support
1 parent 80dda6a commit 06c429e

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

include/vk_result_to_string.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ _Static_assert(VK_HEADER_VERSION >= 72,
3737
"VK_HEADER_VERSION is lower than the minimum supported version (v72)");
3838
#endif
3939

40-
#if VK_HEADER_VERSION > 340
40+
#if VK_HEADER_VERSION > 341
4141
#if _MSC_VER
4242
#pragma message( \
43-
__FILE__ ": warning: VK_HEADER_VERSION is higher than what the header fully supports (v340)")
43+
__FILE__ ": warning: VK_HEADER_VERSION is higher than what the header fully supports (v341)")
4444
#else
45-
#warning "VK_HEADER_VERSION is higher than what the header fully supports (v340)"
45+
#warning "VK_HEADER_VERSION is higher than what the header fully supports (v341)"
4646
#endif
4747
#endif
4848

include/vk_struct_cleanup.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ _Static_assert(VK_HEADER_VERSION >= 72,
3737
"VK_HEADER_VERSION is lower than the minimum supported version (v72)");
3838
#endif
3939

40-
#if VK_HEADER_VERSION > 340
40+
#if VK_HEADER_VERSION > 341
4141
#if _MSC_VER
4242
#pragma message( \
43-
__FILE__ ": warning: VK_HEADER_VERSION is higher than what the header fully supports (v340)")
43+
__FILE__ ": warning: VK_HEADER_VERSION is higher than what the header fully supports (v341)")
4444
#else
45-
#warning "VK_HEADER_VERSION is higher than what the header fully supports (v340)"
45+
#warning "VK_HEADER_VERSION is higher than what the header fully supports (v341)"
4646
#endif
4747
#endif
4848

include/vk_struct_compare.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ _Static_assert(VK_HEADER_VERSION >= 72,
4444
"VK_HEADER_VERSION is lower than the minimum supported version (v72)");
4545
#endif
4646

47-
#if VK_HEADER_VERSION > 340
47+
#if VK_HEADER_VERSION > 341
4848
#if _MSC_VER
4949
#pragma message( \
50-
__FILE__ ": warning: VK_HEADER_VERSION is higher than what the header fully supports (v340)")
50+
__FILE__ ": warning: VK_HEADER_VERSION is higher than what the header fully supports (v341)")
5151
#else
52-
#warning "VK_HEADER_VERSION is higher than what the header fully supports (v340)"
52+
#warning "VK_HEADER_VERSION is higher than what the header fully supports (v341)"
5353
#endif
5454
#endif
5555

include/vk_value_serialization.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ _Static_assert(VK_HEADER_VERSION >= 72,
3838
"VK_HEADER_VERSION is lower than the minimum supported version (v72)");
3939
#endif
4040

41-
#if VK_HEADER_VERSION > 340
41+
#if VK_HEADER_VERSION > 341
4242
#if _MSC_VER
4343
#pragma message( \
44-
__FILE__ ": warning: VK_HEADER_VERSION is higher than what the header fully supports (v340)")
44+
__FILE__ ": warning: VK_HEADER_VERSION is higher than what the header fully supports (v341)")
4545
#else
46-
#warning "VK_HEADER_VERSION is higher than what the header fully supports (v340)"
46+
#warning "VK_HEADER_VERSION is higher than what the header fully supports (v341)"
4747
#endif
4848
#endif
4949

0 commit comments

Comments
 (0)