Skip to content

gltexture: Use the right context

Matthias Clasen requested to merge fix-gltexture-confusion into main

When checking characteristics of the context for downloading, we were using self->context, even though we are using a possibly different context for downloading.

Pass the right context along and use it.

Merge request reports