Skip to content

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

Vlad Zahorodnii requested to merge work/zzag/gl-texture-typo into master

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

Merge request reports