Skip to content

Fixes for gdk_memory_texture_new_subtexture

Matthias Clasen requested to merge texture-fixes into main

There were several mistakes here.

The width of subtextures was set to the width of the main texture, the data size wasn't properly calculated, and the preconditions were inverted. Yay us!

Merge request reports