Skip to content

opengl: Drop scale arg in GLTexture::render()

Vlad Zahorodnii requested to merge work/zzag/drop-scale-arg-in-gltexture into master

It makes the API confusing and in many places, the target size is already in device pixels.

Merge request reports