mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 05:21:25 +12:00
vk: Workaround for older SDK header versions
This commit is contained in:
parent
488e5d9eb5
commit
afc10ea112
1 changed files with 4 additions and 0 deletions
|
@ -20,3 +20,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <util/types.hpp>
|
#include <util/types.hpp>
|
||||||
|
|
||||||
|
#if VK_HEADER_VERSION < 287
|
||||||
|
constexpr VkDriverId VK_DRIVER_ID_MESA_HONEYKRISP = static_cast<VkDriverId>(26);
|
||||||
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue