Warning, /frameworks/kquickcharts/src/shaders/header_es2.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 OpenGLES version 2.0 or greater.
0014 
0015 // #version 100
0016 #extension GL_OES_standard_derivatives : require
0017 
0018 #define API_ES2
0019 #define LEGACY_STAGE_INOUT