diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-10 12:57:49 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-17 10:05:18 -0600 |
| commit | d167258bcd8116a044eb829a0ce5a471af0c69e4 (patch) | |
| tree | b839b2bd1003841c22a667c088b9b6c84a803cc7 | |
| parent | 22310031291cf80f6d33d6a355ba933a50cc7d60 (diff) | |
| download | usermoji-d167258bcd8116a044eb829a0ce5a471af0c69e4.tar.xz | |
bug 14084: Update test binding for type safety
| -rw-r--r-- | include/vulkan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan.h b/include/vulkan.h index d738768f..d3344434 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -33,7 +33,7 @@ #include "vk_platform.h" // Vulkan API version supported by this file -#define VK_API_VERSION VK_MAKE_VERSION(0, 127, 1) +#define VK_API_VERSION VK_MAKE_VERSION(0, 131, 1) #ifdef __cplusplus extern "C" |
