Commit a25ae51c authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

wined3d: Require pipeline statistics queries to create a feature level 10.0 device.

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