vk: Workaround for older SDK header versions
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user