mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-17 23:27:33 +01:00
vulkan_common: Make interop extensions mandatory
This commit is contained in:
parent
40ed0cb920
commit
47d5ec6cfc
@ -48,6 +48,12 @@ constexpr std::array REQUIRED_EXTENSIONS{
|
||||
VK_EXT_SHADER_SUBGROUP_BALLOT_EXTENSION_NAME,
|
||||
VK_EXT_SHADER_SUBGROUP_VOTE_EXTENSION_NAME,
|
||||
VK_EXT_HOST_QUERY_RESET_EXTENSION_NAME,
|
||||
#ifdef _WIN32
|
||||
VK_KHR_EXTERNAL_MEMORY_WIN32_EXTENSION_NAME,
|
||||
#endif
|
||||
#ifdef __linux__
|
||||
VK_KHR_EXTERNAL_MEMORY_FD_EXTENSION_NAME,
|
||||
#endif
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
|
Loading…
Reference in New Issue
Block a user