vkd3d: Move API versions to public header

Signed-off-by: Joshua Ashton <joshua@froggi.es>
This commit is contained in:
Joshua Ashton 2021-03-18 15:23:09 +00:00 committed by Hans-Kristian Arntzen
parent b7dfa99e57
commit 2fa97aa0fb
2 changed files with 3 additions and 3 deletions

View File

@ -33,6 +33,9 @@
# include <vulkan/vulkan.h>
#endif /* VKD3D_NO_VULKAN_H */
#define VKD3D_MIN_API_VERSION VK_API_VERSION_1_1
#define VKD3D_MAX_API_VERSION VK_API_VERSION_1_1
#if defined(__GNUC__)
# define DECLSPEC_VISIBLE __attribute__((visibility("default")))
#else

View File

@ -59,9 +59,6 @@
#define VKD3D_TILE_SIZE 65536
#define VKD3D_MIN_API_VERSION VK_API_VERSION_1_1
#define VKD3D_MAX_API_VERSION VK_API_VERSION_1_1
struct d3d12_command_list;
struct d3d12_device;
struct d3d12_resource;