Module: wine
Branch: master
Commit: fc7e2041134505f9c122a34c2662490f025a574e
URL: https://gitlab.winehq.org/wine/wine/-/commit/fc7e2041134505f9c122a34c266249…
Author: Joshua Ashton <joshua(a)froggi.es>
Date: Mon Jun 5 23:49:53 2023 +0100
winevulkan: Include function name in asserts.
It is really useful to see at a glance what function is
segfaulting/crashing here when debugging games/apps.
This code is generated, and when generating WineVulkan against different
Vulkan spec versions, etc it may be misleading that the Line: referred
to by the assert dialog does not match what is generated locally on
a different machine for the same Wine version/commit.
Signed-off-by: Joshua Ashton <joshua(a)froggi.es>
---
dlls/winevulkan/loader_thunks.c | 594 ++++++++++++++++++++--------------------
dlls/winevulkan/make_vulkan | 2 +-
2 files changed, 298 insertions(+), 298 deletions(-)