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

13 lines
428 B
Plaintext

{
SubShader
{
Cull Off
${VFXInclude("Shaders/VFXParticleHeader.template")}
${VFXInclude("Shaders/ParticlePlanarPrimitives/PassSelection.template")}
${VFXInclude("Shaders/ParticlePlanarPrimitives/PassDepth.template"),IS_OPAQUE_PARTICLE}
${VFXInclude("Shaders/ParticlePlanarPrimitives/PassForward.template")}
${VFXInclude("Shaders/ParticlePlanarPrimitives/PassShadowCaster.template"),USE_CAST_SHADOWS_PASS}
}
}