Commit 91b43bca authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

wined3d: Return 1e10f for MaxVertexW from wined3d_get_device_caps().

parent 9839bb76
...@@ -2179,7 +2179,7 @@ HRESULT CDECL wined3d_get_device_caps(const struct wined3d *wined3d, UINT adapte ...@@ -2179,7 +2179,7 @@ HRESULT CDECL wined3d_get_device_caps(const struct wined3d *wined3d, UINT adapte
caps->MaxTextureRepeat = 32768; caps->MaxTextureRepeat = 32768;
caps->MaxTextureAspectRatio = d3d_info->limits.texture_size; caps->MaxTextureAspectRatio = d3d_info->limits.texture_size;
caps->MaxVertexW = 1.0f; caps->MaxVertexW = 1e10f;
caps->GuardBandLeft = 0.0f; caps->GuardBandLeft = 0.0f;
caps->GuardBandTop = 0.0f; caps->GuardBandTop = 0.0f;
......
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