Robert Bragg
a75a7fadab
material: don't dereference layer->texture directly
In _cogl_material_texture_storage_change_notify we were potentially dereferencing layer->texture without checking first that it is the authority of texture state. We now use _cogl_material_layer_get_texture() instead.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%