[vlc-commits] [Git][videolan/vlc][master] qml: use high precision in fading edge shader code
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Sun Oct 1 14:40:40 UTC 2023
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
2986590d by Fatih Uzunoglu at 2023-10-01T14:21:45+00:00
qml: use high precision in fading edge shader code
- - - - -
1 changed file:
- modules/gui/qt/widgets/qml/FadingEdgeListView.qml
Changes:
=====================================
modules/gui/qt/widgets/qml/FadingEdgeListView.qml
=====================================
@@ -255,7 +255,7 @@ ListViewCompat {
varying highp float pos;
void main() {
- lowp vec4 texel = texture2D(source, coord);
+ highp vec4 texel = texture2D(source, coord);
// Note that the whole texel is multiplied instead
// of only the alpha component because it must be
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2986590d3a1e0291da55793f4f687a030451fe16
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2986590d3a1e0291da55793f4f687a030451fe16
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list