Oops, fix line endings in new files in previous commit

This commit is contained in:
James Canete 2012-12-04 03:05:34 +00:00
parent edb414b34a
commit 736e1d5170
28 changed files with 1957 additions and 1957 deletions

View file

@ -1,12 +1,12 @@
attribute vec4 attr_Position;
attribute vec4 attr_TexCoord0;
varying vec2 var_ScreenTex;
void main()
{
gl_Position = attr_Position;
var_ScreenTex = attr_TexCoord0.xy;
//vec2 screenCoords = gl_Position.xy / gl_Position.w;
//var_ScreenTex = screenCoords * 0.5 + 0.5;
}
attribute vec4 attr_Position;
attribute vec4 attr_TexCoord0;
varying vec2 var_ScreenTex;
void main()
{
gl_Position = attr_Position;
var_ScreenTex = attr_TexCoord0.xy;
//vec2 screenCoords = gl_Position.xy / gl_Position.w;
//var_ScreenTex = screenCoords * 0.5 + 0.5;
}