much improve
[carveJwlIkooP6JGAAIwe30JlM.git] / shaders / routeui.fs
diff --git a/shaders/routeui.fs b/shaders/routeui.fs
new file mode 100644 (file)
index 0000000..bca7600
--- /dev/null
@@ -0,0 +1,6 @@
+out vec4 FragColor;
+
+void main()
+{
+   FragColor = vec4( 1.0, 1.0, 0.0, 1.0 );
+}