diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-08-28 16:31:15 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-08-31 09:43:55 -0600 |
| commit | e2e57997c10269b72254cba5f48d7d59c743dd97 (patch) | |
| tree | f091a626bf1862445fefc279df289aa0234b769b /include | |
| parent | 789dd64a4fc8c0ec6cd139d6fa9883144da39f7d (diff) | |
| download | usermoji-e2e57997c10269b72254cba5f48d7d59c743dd97.tar.xz | |
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.
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan.h | 3 |
1 files changed, 1 insertions, 2 deletions
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; |
