Commit 37bb8c14 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Slightly adjust an ERR in shader_spirv_compile_shader().

We're not necessarily compiling DXBC shaders here after commit 1474f5cc.
parent 91e5d21c
......@@ -325,7 +325,7 @@ static VkShaderModule shader_spirv_compile_shader(struct wined3d_context_vk *con
if (ret < 0)
{
ERR("Failed to compile DXBC, ret %d.\n", ret);
ERR("Failed to compile shader, ret %d.\n", ret);
return VK_NULL_HANDLE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment