Commit d8d4129c authored by Oliver Wolff's avatar Oliver Wolff Committed by Jani Heikkinen
Browse files

ANGLE: Disable support for shared handles in warp mode on Windows < 8


Shared handles are not supported on Windows 7 and below. If the
according flag is set CreateTexture2D will fail with E_OUTOFMEMORY. The
check already happens with newer ANGLE versions, which we use in 5.7
but has to happen here as well. Otherwise Qt applications running on
Windows 7 and below will crash at startup.

Change-Id: I8f539f16dce298611fb1ec7b2f6804d4a04d04e0
Reviewed-by: default avatarMaurice Kalinowski <maurice.kalinowski@qt.io>
parent 86438063
No related merge requests found
Showing with 57 additions and 0 deletions
Supports Markdown
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