Skip to content

opengl: Fix a typo in GLTexture::upload()

Vlad Zahorodnii requested to merge work/cherry-pick-8ca94eed into Plasma/6.1

For glTexStorage2D(), we need to check whether texture storage is supported, not that ARGB32 textures are supported. Those are two distinct things.

(cherry picked from commit 8ca94eed)

Co-authored-by: Vlad Zahorodnii vlad.zahorodnii@kde.org

Merge request reports

Loading