iBicha / ImageEffectGraph

Image effects for post processing stack created with shader graph for Unity
MIT License
168 stars 18 forks source link

SubShader generation cleanup #2

Open iBicha opened 5 years ago

iBicha commented 5 years ago

The subshaders generators (all 3 of them) are pretty much a hacky copy paste from the unlit shader of LWRP.

Probably need a rewrite, to reflect shader features of different pipelines.