WuhuIslandTesting/Library/PackageCache/com.unity.render-pipelines.universal@8148.0.7-4/Editor/VFXGraph/Shaders/Templates/VFXParticlePlanarPrimitive.template
2025-01-07 02:06:59 +01:00

13 lines
507 B
Text

{
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}
${VFXIncludeRP("Templates/ParticlePlanarPrimitives/PassForward2D.template")}
}
}