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