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

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

parent 75d22152
Branches
Tags
No related merge requests found
......@@ -2258,6 +2258,7 @@ static bool feature_level_10_supported(const struct wined3d_physical_device_info
&& info->features2.features.depthBiasClamp
&& info->features2.features.pipelineStatisticsQuery
&& info->features2.features.shaderClipDistance
&& info->features2.features.shaderCullDistance
&& info->vertex_divisor_features.vertexAttributeInstanceRateDivisor
&& info->vertex_divisor_features.vertexAttributeInstanceRateZeroDivisor;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment