aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/graph/curve/opengl/shader/curverenderer01b-es2.fp
blob: 2e709630d7b0cb7add90f754466cd4bd23f8c7c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Copyright 2010 JogAmp Community. All rights reserved.

#version 100

// we require dFdx/dFdy
// #extension OES_standard_derivatives : require
#extension GL_OES_standard_derivatives : enable

precision mediump float;
precision mediump int;
precision mediump sampler2D;

#include curverenderer01b-xxx.fp