mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
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:
committed by
Alexandre Julliard
parent
89a2dc46dd
commit
404e988ecd
1
libs/.gitignore
vendored
Normal file
1
libs/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
vkd3d_version.c
|
@@ -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");
|
||||
|
@@ -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 */
|
||||
|
Reference in New Issue
Block a user