mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
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:
parent
d9d6514fbc
commit
5957778c16
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue