mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-17 12:22:41 +00:00
On the Samsung Galaxy A52 the camera plane size is (pitch * (h - 1) + w) instead of (pitch * h). This led to us copying off the end of the plane when uploading the texture, so we pad out to our expected size.