Skip to content

qml: enable culling in shader effects

Fatih Uzunoğlu requested to merge fuzun/vlc:qml-shadereffect-culling into master

This can be a rendering performance improvement.

We do not do stuff like 3D rotation, so the back face does not really matter. Therefore, we can do back face culling.

Merge request reports