Commit 75d22152 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

wined3d: Require shader clip distance support to create a feature level 10.0 device.

parent f236ee46
......@@ -2257,6 +2257,7 @@ static bool feature_level_10_supported(const struct wined3d_physical_device_info
&& info->features2.features.depthClamp
&& info->features2.features.depthBiasClamp
&& info->features2.features.pipelineStatisticsQuery
&& info->features2.features.shaderClipDistance
&& 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