mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
libs/vkd3d-shader: Fix TRACE() message in vkd3d_spirv_dump().
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user