vkd3d-utils: Allow writing log output via a custom callback.

When using PE vkd3d through Wine, debug output may be swallowed by writing to
Win32 stderr. Avoid this by providing a way to hook up vkd3d log output to Wine
output.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Giovanni Mascellani <gmascellani@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura
2022-06-01 19:01:02 -05:00
committed by Alexandre Julliard
parent 46b1266809
commit 64b784dbb9
3 changed files with 22 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ global:
vkd3d_create_event;
vkd3d_destroy_event;
vkd3d_signal_event;
vkd3d_utils_set_log_callback;
vkd3d_wait_event;
local: *;