Skip to content
Snippets Groups Projects
Commit 989a80fe authored by Józef Kucia's avatar Józef Kucia
Browse files

libs/vkd3d-shader: Fix TRACE() message in vkd3d_spirv_dump().

parent 252a2ea3
No related branches found
No related tags found
No related merge requests found
......@@ -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));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment