Skip to content

opengl: Add GLTexture::update() overload that takes a region

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

This ensures a couple of things:

  • avoid pointlessly binding and unbinding the texture
  • if the image format needs to be changed, it will be done only once
Edited by Vlad Zahorodnii

Merge request reports