Skip to content
Snippets Groups Projects
Commit e3e93b76 authored by Elizabeth Figura's avatar Elizabeth Figura Committed by Alexandre Julliard
Browse files

tests: Do not run the d3d11 backend with shader model 5.1.

parent 833c897a
No related branches found
No related tags found
1 merge request!793hlsl: Parse profile and register space reservations.
......@@ -273,7 +273,7 @@ static BOOL init_test_context(struct d3d11_shader_runner *runner)
runner->caps.runner = "d3d11.dll";
runner->caps.minimum_shader_model = SHADER_MODEL_4_0;
runner->caps.maximum_shader_model = SHADER_MODEL_5_1;
runner->caps.maximum_shader_model = SHADER_MODEL_5_0;
hr = ID3D11Device_CheckFeatureSupport(runner->device, D3D11_FEATURE_DOUBLES,
&doubles, sizeof(doubles));
......
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