mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-21 16:10:47 +01: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…
Reference in a new issue