Singularity/Library/PackageCache/com.unity.render-pipelines..../Editor/VFXGraph/Shaders/Templates/VFXParticleDecal.template

11 lines
219 B
Plaintext
Raw Permalink Normal View History

2024-05-06 14:45:45 -04:00
{
SubShader
{
Cull Back
${VFXInclude("Shaders/VFXParticleHeader.template")}
${VFXInclude("Shaders/ParticleDecals/PassSelection.template")}
${VFXInclude("Shaders/ParticleDecals/PassForward.template")}
}
}