17 lines
232 B
Plaintext
17 lines
232 B
Plaintext
// Forward pass
|
|
Pass
|
|
{
|
|
Name ${VFXPassForward}
|
|
Tags { "LightMode"=${VFXPassForward} }
|
|
|
|
${VFXStencilForward}
|
|
|
|
ZWrite Off
|
|
|
|
HLSLPROGRAM
|
|
${VFXPassForwardDefine}
|
|
${VFXInclude("Shaders/ParticleDecals/Pass.template")}
|
|
|
|
ENDHLSL
|
|
}
|