much improve
[carveJwlIkooP6JGAAIwe30JlM.git] / shaders / routeui.vs
diff --git a/shaders/routeui.vs b/shaders/routeui.vs
new file mode 100644 (file)
index 0000000..def0bb6
--- /dev/null
@@ -0,0 +1,6 @@
+layout (location=0) in vec2 a_co;
+
+void main()
+{
+   gl_Position = vec4(a_co*vec2(0.01,0.1),0.0,1.0);
+}