mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 11:59:12 +00:00
Neil Roberts
c73d340448
[cogl-vertex-buffer] Ensure the clip state before rendering
Before any rendering is done by Cogl it needs to ensure the clip stack is set up correctly by calling cogl_clip_ensure. This was not being done for the Cogl vertex buffer so it would still use the clip from the previous render.
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%