mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
dzn: Advertise anisotropic filtering support
We support it already, let's toggle the switch to expose it. Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17231>
This commit is contained in:
parent
ee536ea633
commit
7988e966fc
1 changed files with 1 additions and 1 deletions
|
|
@ -1076,7 +1076,7 @@ dzn_GetPhysicalDeviceFeatures2(VkPhysicalDevice physicalDevice,
|
|||
.largePoints = false,
|
||||
.alphaToOne = false,
|
||||
.multiViewport = false,
|
||||
.samplerAnisotropy = false,
|
||||
.samplerAnisotropy = true,
|
||||
.textureCompressionETC2 = false,
|
||||
.textureCompressionASTC_LDR = false,
|
||||
.textureCompressionBC = dzn_physical_device_supports_bc(pdev),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue