Skip to content

multi-texture-format: Always use the tex coords of the first plane

The texture coordinates of all planes should be the same in theory so using the coordinates of the first plane works.

The reason for this change is that Cogl somehow doesn't manage to get us the correct coordinates for the 3rd plane in some circumstances. This is really a workaround but not wrong in any way.

Merge request reports