Net-Game/Library/PackageCache/com.unity.render-pipelines.universal@506b3deb0041/Editor/VFXGraph/Shaders/Templates/VFXParticlePoints.template
2025-03-28 08:33:16 -04:00

14 lines
617 B
Plaintext

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