diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2016-09-29 10:47:27 -0600 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2016-09-29 16:00:34 -0600 |
| commit | 38fa115e9efa11129d3114329e26cc67b5ce8e53 (patch) | |
| tree | 85abf79ae102dee54c81c7e935033dfedb047032 /include | |
| parent | 2bf5fdb2acdf022316e706f6ae40db941172f96e (diff) | |
| download | usermoji-38fa115e9efa11129d3114329e26cc67b5ce8e53.tar.xz | |
header: Move vk_platform.h to version 1.0.28
Change-Id: I3bc47016e3be0c9870f05254b02718099d990eaf
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan/vk_platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan/vk_platform.h b/include/vulkan/vk_platform.h index e51851a4..0fa62ee2 100644 --- a/include/vulkan/vk_platform.h +++ b/include/vulkan/vk_platform.h @@ -53,7 +53,7 @@ extern "C" #define VKAPI_PTR VKAPI_CALL #elif defined(__ANDROID__) && defined(__ARM_ARCH) && __ARM_ARCH < 7 #error "Vulkan isn't supported for the 'armeabi' NDK ABI" -#elif defined(__ANDROID__) && defined(__ARM_ARCH) && __ARM_ARCH >= 7 && __ARM_32BIT_STATE +#elif defined(__ANDROID__) && defined(__ARM_ARCH) && __ARM_ARCH >= 7 && defined(__ARM_32BIT_STATE) // On Android 32-bit ARM targets, Vulkan functions use the "hardfloat" // calling convention, i.e. float parameters are passed in registers. This // is true even if the rest of the application passes floats on the stack, |
