aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/glsl/glsl_es_100.frag
blob: 3f8dfa9f5feebe65e7d492f7453d19173dc707ce (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0 WITH Qt-GPL-exception-1.0

// Fragment shader special variables.
mediump vec4  gl_FragCoord;
        bool  gl_FrontFacing;
mediump vec4  gl_FragColor;
mediump vec4  gl_FragData[gl_MaxDrawBuffers];
mediump vec2  gl_PointCoord;