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

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=23863
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 91b43bca94)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
oldstable
Paul Gofman 2019-02-11 14:04:53 +03:00 committed by Michael Stefaniuc
parent 3b03145299
commit d141c9428e
1 changed files with 1 additions and 1 deletions

View File

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