Skip to content
Snippets Groups Projects
Commit d957247c authored by Conor McCarthy's avatar Conor McCarthy Committed by Alexandre Julliard
Browse files

tests/shader-runner: Run d3d11 tests with a mimimum shader model of 4.0.

Passing less than 4.0 breaks the use of [require] with
'shader model < 4.0'.
parent b7480911
No related branches found
No related tags found
1 merge request!459vkd3d-shader/dxil: Implement the DXIL VSELECT instruction.
......@@ -747,7 +747,7 @@ void run_shader_tests_d3d11(void)
init_adapter_info();
if (init_test_context(&runner))
{
run_shader_tests(&runner.r, &d3d11_runner_ops, NULL, SHADER_MODEL_2_0, SHADER_MODEL_5_1);
run_shader_tests(&runner.r, &d3d11_runner_ops, NULL, SHADER_MODEL_4_0, SHADER_MODEL_5_1);
destroy_test_context(&runner);
}
}
......
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