From a463eacb8f811ba8c820fcd53ae82f22ac0a3eff Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Tue, 14 Jul 2015 15:04:11 -0700 Subject: [PATCH] vk/vulkan.h: Change maxAnisotropy to a float --- include/vulkan/vulkan.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/vulkan/vulkan.h b/include/vulkan/vulkan.h index 6f6f4b856c1..60afdf6fa6b 100644 --- a/include/vulkan/vulkan.h +++ b/include/vulkan/vulkan.h @@ -1209,7 +1209,7 @@ typedef struct { uint32_t maxDrawIndirectInstanceCount; VkBool32 primitiveRestartForPatches; float maxSamplerLodBias; - uint32_t maxSamplerAnisotropy; + float maxSamplerAnisotropy; uint32_t maxViewports; uint32_t maxDynamicViewportStates; uint32_t maxViewportDimensions[2]; @@ -1649,7 +1649,7 @@ typedef struct { VkTexAddress addressV; VkTexAddress addressW; float mipLodBias; - uint32_t maxAnisotropy; + float maxAnisotropy; VkBool32 compareEnable; VkCompareOp compareOp; float minLod; -- 2.30.2