Commit 80771f1c authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

wined3d: Require depth bias clamp to create a feature level 10.0 device.

parent b771d417
......@@ -2258,6 +2258,7 @@ static bool feature_level_10_supported(const struct wined3d_physical_device_info
&& info->features2.features.multiViewport
&& info->features2.features.geometryShader
&& info->features2.features.depthClamp
&& info->features2.features.depthBiasClamp
&& 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