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

10 lines
219 B
Text

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