16 lines
838 B
Plaintext
16 lines
838 B
Plaintext
{
|
|
SubShader
|
|
{
|
|
Cull Off
|
|
|
|
${VFXInclude("Shaders/VFXParticleHeader.template")}
|
|
${VFXIncludeRP("Templates/ParticlePlanarPrimitivesLit/PassSelection.template")}
|
|
${VFXIncludeRP("Templates/ParticlePlanarPrimitivesLit/PassDepth.template"),IS_OPAQUE_PARTICLE}
|
|
${VFXIncludeRP("Templates/ParticlePlanarPrimitivesLit/PassDepthNormal.template"),IS_OPAQUE_PARTICLE}
|
|
${VFXIncludeRP("Templates/ParticlePlanarPrimitivesLit/PassVelocity.template"),USE_MOTION_VECTORS_PASS}
|
|
${VFXIncludeRP("Templates/ParticlePlanarPrimitivesLit/PassGBuffer.template"), !VFX_MATERIAL_TYPE_SIX_WAY_SMOKE}
|
|
${VFXIncludeRP("Templates/ParticlePlanarPrimitivesLit/PassForward.template")}
|
|
${VFXIncludeRP("Templates/ParticlePlanarPrimitivesLit/PassShadowCaster.template"),USE_CAST_SHADOWS_PASS}
|
|
}
|
|
}
|