libs/vkd3d: Trace build version.

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:
Józef Kucia
2018-06-27 15:19:25 +02:00
committed by Alexandre Julliard
parent 89a2dc46dd
commit 404e988ecd
4 changed files with 15 additions and 1 deletions

1
libs/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
vkd3d_version.c

View File

@@ -284,6 +284,8 @@ static HRESULT vkd3d_instance_init(struct vkd3d_instance *instance,
VkResult vr;
HRESULT hr;
TRACE("Build: %s.\n", vkd3d_build);
if (!create_info->pfn_signal_event)
{
ERR("Invalid signal event function pointer.\n");

View File

@@ -794,4 +794,6 @@ HRESULT vkd3d_load_vk_instance_procs(struct vkd3d_vk_instance_procs *procs,
HRESULT vkd3d_load_vk_device_procs(struct vkd3d_vk_device_procs *procs,
const struct vkd3d_vk_instance_procs *parent_procs, VkDevice device) DECLSPEC_HIDDEN;
extern const char vkd3d_build[];
#endif /* __VKD3D_PRIVATE_H */