mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
Vulkan: Fix typo in PopulateBackendInfoMultisampleModes
This commit is contained in:
parent
730ec3809a
commit
4c860ddb70
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ void VulkanContext::PopulateBackendInfoMultisampleModes(
|
||||||
VkSampleCountFlags supported_sample_counts = properties.limits.framebufferColorSampleCounts &
|
VkSampleCountFlags supported_sample_counts = properties.limits.framebufferColorSampleCounts &
|
||||||
properties.limits.framebufferDepthSampleCounts &
|
properties.limits.framebufferDepthSampleCounts &
|
||||||
efb_color_properties.sampleCounts &
|
efb_color_properties.sampleCounts &
|
||||||
efb_color_properties.sampleCounts;
|
efb_depth_properties.sampleCounts;
|
||||||
|
|
||||||
// No AA
|
// No AA
|
||||||
config->backend_info.AAModes.clear();
|
config->backend_info.AAModes.clear();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue