draw bm font

This commit is contained in:
Pinchuk Aleksei
2019-07-16 18:14:24 +03:00
parent 1f0e25db91
commit 30331350bd
15 changed files with 509 additions and 25 deletions

View File

@@ -0,0 +1,21 @@
{
"passes" : [{
"shader" : "model_shader.json",
"state_block" : {
"capabilities_state" : {
"depth_test" : false,
"blending" : true
},
"blending_state" : {
"src_factor" : "src_alpha",
"dst_factor" : "one_minus_src_alpha"
}
}
}],
"property_block" : {
"samplers" : [{
"name" : "u_texture",
"texture" : "boundsTestFont.png"
}]
}
}