Vulkan: Fix typo in PopulateBackendInfoMultisampleModes

This commit is contained in:
Stenzek 2016-12-04 00:23:30 +10:00
parent 730ec3809a
commit 4c860ddb70
1 changed files with 1 additions and 1 deletions

View File

@ -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();