mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-03-29 23:49:43 -06:00
libretro: add portability_subset extension if required (#1791)
This commit is contained in:
parent
526d9d4cea
commit
cb09d1e064
@ -96,6 +96,7 @@ bool CreateVulkanDevice(struct retro_vulkan_context* context, VkInstance instanc
|
||||
AddExtensionIfAvailable(enabled_exts, available_exts,
|
||||
VK_EXT_EXTERNAL_MEMORY_HOST_EXTENSION_NAME);
|
||||
AddExtensionIfAvailable(enabled_exts, available_exts, VK_EXT_TOOLING_INFO_EXTENSION_NAME);
|
||||
AddExtensionIfAvailable(enabled_exts, available_exts, VK_KHR_PORTABILITY_SUBSET_EXTENSION_NAME);
|
||||
|
||||
// These are beneficial but blacklisted on some platforms due to driver bugs
|
||||
// For now, let the Instance class handle these decisions
|
||||
|
||||
Loading…
Reference in New Issue
Block a user