Vulkan: Fix typo in PopulateBackendInfoMultisampleModes
This commit is contained in:
parent
730ec3809a
commit
4c860ddb70
|
@ -294,7 +294,7 @@ void VulkanContext::PopulateBackendInfoMultisampleModes(
|
|||
VkSampleCountFlags supported_sample_counts = properties.limits.framebufferColorSampleCounts &
|
||||
properties.limits.framebufferDepthSampleCounts &
|
||||
efb_color_properties.sampleCounts &
|
||||
efb_color_properties.sampleCounts;
|
||||
efb_depth_properties.sampleCounts;
|
||||
|
||||
// No AA
|
||||
config->backend_info.AAModes.clear();
|
||||
|
|
Loading…
Reference in New Issue