dzn: Include vulkan_core.h instead of vulkan.h in the device enum header
Prevents pulling in X11 "None" define into the DXCore implementation, which conflicts with updated DXCore headers. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10803 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28339>
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#ifndef DZN_PHYSICAL_DEVICE_ENUM_H
|
||||
#define DZN_PHYSICAL_DEVICE_ENUM_H
|
||||
|
||||
#include <vulkan/vulkan.h>
|
||||
#include <vulkan/vulkan_core.h>
|
||||
|
||||
#include <wsl/winadapter.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user