mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-18 17:47:33 +01:00
Vulkan: Fix AA when rescaling.
This commit is contained in:
parent
0e8cf38f39
commit
117f8ee7a4
@ -614,7 +614,7 @@ void VKBlitScreen::CreateSampler() {
|
||||
.pNext = nullptr,
|
||||
.flags = 0,
|
||||
.magFilter = VK_FILTER_LINEAR,
|
||||
.minFilter = VK_FILTER_NEAREST,
|
||||
.minFilter = VK_FILTER_LINEAR,
|
||||
.mipmapMode = VK_SAMPLER_MIPMAP_MODE_LINEAR,
|
||||
.addressModeU = VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_BORDER,
|
||||
.addressModeV = VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_BORDER,
|
||||
|
Loading…
Reference in New Issue
Block a user