source: trunk/src/opengl/util/conical_brush.glsl@ 769

Last change on this file since 769 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 646 bytes
RevLine 
[2]1// conical gradient shader
2#define M_PI 3.14159265358979323846
3uniform sampler1D palette;
4uniform float angle;