gfx-rs / portability

Vulkan Portability Implementation
Mozilla Public License 2.0
384 stars 25 forks source link

maxSamplerAnisotropy in VkPhysicalDeviceLimits is 0 #157

Closed zeux closed 6 years ago

zeux commented 6 years ago

This value should be initialized to something sensible since anisotropic filtering is claimed to be supported by setting VkPhysicalDeviceFeatures::samplerAnisotropy to 1.

kvark commented 6 years ago

Related to (but not necessarily blocked by) https://github.com/gfx-rs/gfx/pull/2201