X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=shaders%2Fvg%2Fblit.vs.glsl;fp=shaders%2Fvg%2Fblit.vs.glsl;h=0000000000000000000000000000000000000000;hb=aa4c26eae2208872824e0eb5b71bc05c16d43242;hp=2593725364951e47a10d6af27922f8cf90505f99;hpb=3e8fda9c7cbc50d1ae95195905c953bdeedf71b9;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/shaders/vg/blit.vs.glsl b/shaders/vg/blit.vs.glsl deleted file mode 100644 index 2593725..0000000 --- a/shaders/vg/blit.vs.glsl +++ /dev/null @@ -1,8 +0,0 @@ -layout (location=0) in vec2 a_co; -out vec2 aUv; - -void main() -{ - gl_Position = vec4(a_co*2.0-1.0,0.0,1.0); - aUv = a_co; -}