From e2e57997c10269b72254cba5f48d7d59c743dd97 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Fri, 28 Aug 2015 16:31:15 -0600 Subject: Bug-14177: Remove Float16 feature. Due to the fact that this isn't currently well-specified and there is expected implementation variability on current HW, this is removed from the current API. --- include/vulkan.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/vulkan.h b/include/vulkan.h index 8e520e9e..7d5fa987 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -41,7 +41,7 @@ extern "C" { ((major << 22) | (minor << 12) | patch) // Vulkan API version supported by this file -#define VK_API_VERSION VK_MAKE_VERSION(0, 157, 0) +#define VK_API_VERSION VK_MAKE_VERSION(0, 158, 0) #if defined(__cplusplus) && (_MSC_VER >= 1800 || __cplusplus >= 201103L) @@ -1184,7 +1184,6 @@ typedef struct { VkBool32 shaderCullDistance; VkBool32 shaderFloat64; VkBool32 shaderInt64; - VkBool32 shaderFloat16; VkBool32 shaderInt16; VkBool32 shaderResourceResidency; VkBool32 shaderResourceMinLOD; -- cgit v1.2.3