1
0
Fork 0
fgdata/gui/shaders
2023-09-30 12:18:26 +02:00
..
canvas_color_ramp.frag Follow the new shader guide style 2023-04-13 08:25:07 +02:00
canvas_color_ramp.vert Follow the new shader guide style 2023-04-13 08:25:07 +02:00
canvas_pipeline.frag Fix gl_FragColor not being available in GLSL 330 2023-09-30 12:18:26 +02:00
canvas_pipeline.vert Follow the new shader guide style 2023-04-13 08:25:07 +02:00
README Move the shaders from ShaderVG to fgdata 2023-02-26 10:30:07 +01:00

The shaders in this directory are taken from the source code of ShaderVG,
located in simgear/canvas/ShaderVG/src/shaders.c, to make it easier to
updated them.