mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-14 16:09:06 +07:00
15 lines
343 B
JSON
15 lines
343 B
JSON
{
|
|
"passes" : [{
|
|
"shader" : "../shaders/font_sdf_shader.json",
|
|
"state_block" : {
|
|
"blending_state" : {
|
|
"src_factor" : "one",
|
|
"dst_factor" : "one_minus_src_alpha"
|
|
},
|
|
"capabilities_state" : {
|
|
"blending" : true
|
|
}
|
|
}
|
|
}]
|
|
}
|