mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
libs/vkd3d-shader: Fix TRACE() message in vkd3d_spirv_dump().
This commit is contained in:
parent
252a2ea353
commit
989a80fef7
@ -51,7 +51,7 @@ static void vkd3d_spirv_dump(const struct vkd3d_shader_code *spirv)
|
||||
}
|
||||
else
|
||||
{
|
||||
TRACE("Failed to convert SPIR-V to binary text, ret %d.\n", ret);
|
||||
TRACE("Failed to convert SPIR-V binary to text, ret %d.\n", ret);
|
||||
TRACE("Diagnostic message: %s.\n", debugstr_a(diagnostic->error));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user