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

wined3d: Require gather offset support to create a feature level 11.0 device.

parent 1fa1b9bb
No related branches found
No related tags found
No related merge requests found
......@@ -2272,6 +2272,7 @@ static bool feature_level_11_supported(const struct wined3d_physical_device_info
&& info->features2.features.multiDrawIndirect
&& info->features2.features.drawIndirectFirstInstance
&& info->features2.features.fragmentStoresAndAtomics
&& info->features2.features.shaderImageGatherExtended
&& info->features2.features.tessellationShader;
}
......
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