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

11 lines
448 B
Text

{
SubShader
{
${VFXInclude("Shaders/VFXParticleHeader.template")}
${VFXInclude("Shaders/ParticleLinesSW/PassSelection.template")}
${VFXInclude("Shaders/ParticleLinesSW/PassDepth.template"),IS_OPAQUE_PARTICLE}
${VFXInclude("Shaders/ParticleLinesSW/PassForward.template")}
${VFXInclude("Shaders/ParticleLinesSW/PassShadowCaster.template"),USE_CAST_SHADOWS_PASS}
${VFXIncludeRP("Templates/ParticleLinesSW/PassForward2D.template")}
}
}