Skip to content

cogl/renderer: Set error in dmabuf constructor fallback

When the CoglRenderer didn't set the DMA buffer constructor vfunc, we return NULL. What we didn't do was set the error, meaning the caller would crash if it tried to look up why DMA buffer construction failed.

Merge request reports