test: add required file

This commit is contained in:
Kirill Vainer 2016-04-08 23:38:02 -04:00
parent e4f7916301
commit fbcfbc0484

View File

@ -0,0 +1,10 @@
MaterialDef Test Material {
Technique Test {
VertexShader GLSL150 : test150.vert
FragmentShader GLSL150 : test150.frag
}
Technique Test {
VertexShader GLSL100 : test.vert
FragmentShader GLSL100 : test.frag
}
}