mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-04 16:24:29 +01:00
parent
90b036f550
commit
1443e22626
@ -38,7 +38,7 @@ namespace dxvk {
|
|||||||
int32_t samplerAnisotropyOption = device->GetOptions()->samplerAnisotropy;
|
int32_t samplerAnisotropyOption = device->GetOptions()->samplerAnisotropy;
|
||||||
|
|
||||||
if (samplerAnisotropyOption >= 0 && minFilter == VK_FILTER_LINEAR)
|
if (samplerAnisotropyOption >= 0 && minFilter == VK_FILTER_LINEAR)
|
||||||
anisotropy = samplerAnisotropyOption > 0;
|
anisotropy = samplerAnisotropyOption;
|
||||||
|
|
||||||
info.setAniso(anisotropy);
|
info.setAniso(anisotropy);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user