removed redundant files

This commit is contained in:
itsmattkc
2019-01-28 02:31:32 +11:00
parent d1ff026424
commit deb875eede
2 changed files with 0 additions and 17 deletions
-10
View File
@@ -1,10 +0,0 @@
#version 110
uniform sampler2D tex;
varying vec2 vTexCoord;
void main(void) {
vec4 c = texture2D(tex, vTexCoord);
c.rgb *= c.a;
gl_FragColor = c;
}
-7
View File
@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<effect name="Test">
<row name="Amount">
<field type="double" min="0" default="100" max="100" id="amount"/>
</row>
<shader vert="common.vert" frag="test.frag"/>
</effect>