Skip to content

Draft: qml: activate back face culling for fading edge shader

Fatih Uzunoğlu requested to merge fuzun/vlc:qml/cullmode into master

I do not observe this "bug" anymore. I think it went away with the recent optimization I made.

Back face culling can be beneficial because we do not do transformations such as rotation around z-axis.

Merge request reports