A callback used with cogl_meta_texture_foreach_in_region to retrieve details of all the low-level 
            Texture<!-- -->s that make up a given 
            MetaTexture.
| sub_texture | A low-level Texture making up part of a MetaTexture. | 
| sub_texture_coords | A float 4-tuple ordered like  (tx1,ty1,tx2,ty2) defining what region of the  current  | 
| meta_coords | A float 4-tuple ordered like (tx1,ty1,tx2,ty2)  defining what sub-region of a 
                    MetaTexture this  low-level  | 
| user_data | A private pointer passed to   |