Fix incorrect comment on VK_MVK_moltenvk extension enable

This commit is contained in:
baldurk
2018-10-12 15:27:05 +01:00
parent 48af22530c
commit 005dcc693c
@@ -1071,7 +1071,7 @@ bool WrappedVulkan::Serialise_vkCreateDevice(SerialiserType &ser, VkPhysicalDevi
RDCLOG("Enabling VK_AMD_gpa_interface");
}
// enable VK_AMD_gpa_interface if it's available, for detecting/controlling moltenvk.
// enable VK_MVK_moltenvk if it's available, for detecting/controlling moltenvk.
// Currently this is used opaquely (extension present or not) rather than using anything the
// extension provides.
if(supportedExtensions.find("VK_MVK_moltenvk") != supportedExtensions.end())