Fix: added missing default precision directives in fragment shaders
This commit is contained in:
@@ -312,6 +312,7 @@ Item{
|
||||
blending: false
|
||||
|
||||
fragmentShader:
|
||||
"precision highp float;" +
|
||||
"uniform lowp float qt_Opacity;" +
|
||||
"uniform lowp sampler2D txt_source;" +
|
||||
|
||||
|
||||
Reference in New Issue
Block a user