mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 20:08:56 +00:00
bc3a26d035
This is a counter part for _cogl_material_layer_get_texture which takes a layer index instead of a direct CoglMaterialLayer pointer. The aim is to phase out code that directly iterates the internal layer pointers of a material since the layer pointers can change if any property of any layer is changed making direct layer pointers very fragile.