mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
include: Allow using libvkd3d with custom Vulkan headers.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
55025f7bec
commit
1fbacd5a09
@ -24,7 +24,10 @@
|
|||||||
# include "vkd3d_d3d12.h"
|
# include "vkd3d_d3d12.h"
|
||||||
#endif /* VKD3D_NO_WIN32_TYPES */
|
#endif /* VKD3D_NO_WIN32_TYPES */
|
||||||
|
|
||||||
#include <vulkan/vulkan.h>
|
#ifndef VKD3D_NO_VULKAN_H
|
||||||
|
# include <vulkan/vulkan.h>
|
||||||
|
#endif /* VKD3D_NO_VULKAN_H */
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
Reference in New Issue
Block a user