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

wined3d: Require fragment shader image stores and atomics to create a feature level 11.0 device.

parent c2f4aaf7
Branches
Tags
No related merge requests found
......@@ -2271,6 +2271,7 @@ static bool feature_level_11_supported(const struct wined3d_physical_device_info
return shader_model >= 5
&& info->features2.features.multiDrawIndirect
&& info->features2.features.drawIndirectFirstInstance
&& info->features2.features.fragmentStoresAndAtomics
&& info->features2.features.tessellationShader;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment