Skip to content

Commit ebde2b7

Browse files
committed
Add Vulkan v1.4.350 support
1 parent 6fc8c30 commit ebde2b7

4 files changed

Lines changed: 414 additions & 65 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 > 349
40+
#if VK_HEADER_VERSION > 350
4141
#if _MSC_VER
4242
#pragma message( \
43-
__FILE__ ": warning: VK_HEADER_VERSION is higher than what the header fully supports (v349)")
43+
__FILE__ ": warning: VK_HEADER_VERSION is higher than what the header fully supports (v350)")
4444
#else
45-
#warning "VK_HEADER_VERSION is higher than what the header fully supports (v349)"
45+
#warning "VK_HEADER_VERSION is higher than what the header fully supports (v350)"
4646
#endif
4747
#endif
4848

0 commit comments

Comments
 (0)