mirror of
https://github.com/brl/mutter.git
synced 2025-02-05 08:04:10 +00:00
0288ba3911
This adds internal _cogl_material_get_layer_filters and _cogl_material_get_layer_{min,mag}_filter functions which can be used to query the filters associated with a layer using a layer_index, as opposed to a layer pointer. Accessing layer pointers is considered deprecated so we need to provide layer_index based replacements.