Singularity/Library/PackageCache/com.unity.render-pipelines..../Editor/VFXGraph/Shaders/Templates/VFXParticlePoints.template
2024-05-06 11:45:45 -07:00

13 lines
529 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/PassForward.template")}
${VFXInclude("Shaders/ParticlePoints/PassShadowCaster.template"),USE_CAST_SHADOWS_PASS}
${VFXIncludeRP("Templates/ParticlePoints/PassForward2D.template")}
}
}