Skip to content
Snippets Groups Projects
Commit 3503145c authored by Francisco Casas's avatar Francisco Casas Committed by Alexandre Julliard
Browse files

tests: Report missing signature element in openGL runner.

parent 3a0a4b62
No related branches found
No related tags found
1 merge request!744vkd3d-shader/hlsl: Improve SM1 support for non-float operations, part 5.
......@@ -1046,6 +1046,7 @@ static bool gl_runner_draw(struct shader_runner *r,
signature_element = vkd3d_shader_find_signature_element(&vs_input_signature,
element->name, element->index, 0);
ok(signature_element, "Cannot find signature element %s%u.\n", element->name, element->index);
attribute_idx = signature_element->register_index;
format = get_format_info(element->format, false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment