Warning, /frameworks/kquickcharts/src/shaders/header_desktop.glsl is written in an unsupported language. File is not indexed.

0001 /*
0002  * This file is part of KQuickCharts
0003  * SPDX-FileCopyrightText: 2019 Arjen Hiemstra <ahiemstra@heimr.nl>
0004  *
0005  * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
0006  */
0007 
0008 // This file contains common directives needed for the shaders to work.
0009 // It is included as the very first bit in the shader.
0010 // Important: If a specific GLSL version is needed, it should be set in this
0011 // file.
0012 
0013 // This file is intended for desktop OpenGL version 2.1 or greater.
0014 
0015 #version 120
0016 
0017 #ifdef VALIDATING
0018     #define lowp
0019     #define mediump
0020     #define highp
0021 #endif
0022 
0023 #define API_DESKTOP
0024 #define LEGACY_STAGE_INOUT