aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/shaders/shadereffectfallback.vert
blob: 0a11a1d340798d8f8920dcd2acc8d1a603d9870c (plain)
1
2
3
4
5
6
7
8
uniform highp mat4 qt_Matrix;

attribute highp vec4 v;

void main()
{
    gl_Position = qt_Matrix * v;
}