Compat with Canvas emissive shaders, fixes

This commit is contained in:
paulevsGitch 2021-08-01 14:05:41 +03:00
parent bcc3b076c2
commit b05f5a728f
15 changed files with 210 additions and 6 deletions

View file

@ -0,0 +1,8 @@
{
"layers": [
{
"vertexSource": "canvas:shaders/material/default.vert",
"fragmentSource": "bclib:shaders/material/alpha_emission.frag"
}
]
}