2021-09-09 20:42:29 -04:00

16 lines
210 B
Plaintext

// Forward pass
Pass
{
Tags { "LightMode"=${VFXPassForward} }
${VFXStencilForward}
ZWrite Off
HLSLPROGRAM
${VFXPassForwardDefine}
${VFXInclude("Shaders/ParticleDecals/Pass.template")}
ENDHLSL
}