diff --git a/base/VulkanInitializers.hpp b/base/VulkanInitializers.hpp index 40f75a1e..0332bb14 100644 --- a/base/VulkanInitializers.hpp +++ b/base/VulkanInitializers.hpp @@ -118,6 +118,7 @@ namespace vks { VkSamplerCreateInfo samplerCreateInfo {}; samplerCreateInfo.sType = VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO; + samplerCreateInfo.maxAnisotropy = 1.0f; return samplerCreateInfo; }