Commit 5f89b343 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

wined3d: Require depth clip control to create a feature level 10.0 device.

parent d7f7790a
......@@ -2257,6 +2257,7 @@ static bool feature_level_10_supported(const struct wined3d_physical_device_info
return shader_model >= 4
&& info->features2.features.multiViewport
&& info->features2.features.geometryShader
&& info->features2.features.depthClamp
&& info->vertex_divisor_features.vertexAttributeInstanceRateDivisor
&& info->vertex_divisor_features.vertexAttributeInstanceRateZeroDivisor;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment