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

11 lines
219 B
Plaintext

{
SubShader
{
Cull Back
${VFXInclude("Shaders/VFXParticleHeader.template")}
${VFXInclude("Shaders/ParticleDecals/PassSelection.template")}
${VFXInclude("Shaders/ParticleDecals/PassForward.template")}
}
}