mirror of
https://github.com/brl/mutter.git
synced 2025-02-06 00:24:10 +00:00
Neil Roberts
38971e4977
cogl2-path: Don't flush the enable flags
All of the drawing needed in _cogl_add_path_to_stencil_buffer is done with the vertex attribute API so there should be no need to flush the enable flags to enable the vertex array. This was causing problems on GLES2 where the vertex array isn't available.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%