Skip to content
Commit 0cf7c069 authored by Dmitry Kazakov's avatar Dmitry Kazakov
Browse files

Fix swizzling when rendering QPainter on QOpenGLWidget with Angle

OpenGLES specification does not support GL_TEXTURE_SWIZZLE_RGBA,
it supports only per-channel calls. And since Qt supports QpenGLES,
it should use the latter approach only.

See the upstream patch review:
https://codereview.qt-project.org/#/c/258193/

BUG:406196
parent 77ee7214
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