Files
Bombaleila/Library/PackageCache/com.unity.render-pipelines.universal@37e0d4fc2503/Editor/VFXGraph/Shaders/Templates/VFXParticleLitPlanarPrimitive.template
2026-03-03 00:39:30 +05:00

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}
}
}