mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-10 21:40:43 +00:00
vk: Workaround for older SDK header versions
This commit is contained in:
parent
488e5d9eb5
commit
afc10ea112
@ -20,3 +20,7 @@
|
||||
#endif
|
||||
|
||||
#include <util/types.hpp>
|
||||
|
||||
#if VK_HEADER_VERSION < 287
|
||||
constexpr VkDriverId VK_DRIVER_ID_MESA_HONEYKRISP = static_cast<VkDriverId>(26);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user