aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/graph/curve/opengl/shader/curverenderer02-es2.fp
blob: 9a21287650f01db36a552523dc654fb506d1b38a (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 curverenderer02-xxx.fp