mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-21 06:51:35 +00:00
Fix incorrect comment on VK_MVK_moltenvk extension enable
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user