updated fonts shader and material

This commit is contained in:
Pinchuk Aleksei
2019-08-02 18:33:41 +03:00
parent e442d40d6e
commit 6726417ad8
3 changed files with 1 additions and 10 deletions

View File

@@ -12,10 +12,5 @@
}
}
}],
"property_block" : {
"samplers" : [{
"name" : "u_texture",
"texture" : "bmruen.png"
}]
}
"property_block" : {}
}

View File

@@ -1,5 +1,3 @@
#version 120
uniform sampler2D u_texture;
varying vec2 v_st0;

View File

@@ -1,5 +1,3 @@
#version 120
uniform mat4 u_matrix_m;
uniform mat4 u_matrix_vp;