mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-15 00:11:55 +07:00
updated fonts shader and material
This commit is contained in:
@@ -12,10 +12,5 @@
|
||||
}
|
||||
}
|
||||
}],
|
||||
"property_block" : {
|
||||
"samplers" : [{
|
||||
"name" : "u_texture",
|
||||
"texture" : "bmruen.png"
|
||||
}]
|
||||
}
|
||||
"property_block" : {}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#version 120
|
||||
|
||||
uniform sampler2D u_texture;
|
||||
|
||||
varying vec2 v_st0;
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#version 120
|
||||
|
||||
uniform mat4 u_matrix_m;
|
||||
uniform mat4 u_matrix_vp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user