mirror of
https://github.com/brl/mutter.git
synced 2025-03-13 06:45:03 +00:00

Backface culling is enabled as part of cogl_enable so the different rendering functions in Cogl need to explicitly opt-in to have backface culling enabled. Cogl vertex buffers should allow backface culling so they should check whether it is enabled and then set the appropriate cogl_enable flag.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%