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

wined3d: Require geometry shaders to create a feature level 10.0 device.

parent d89ff712
......@@ -2256,6 +2256,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->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