UnityGame/Library/PackageCache/com.unity.render-pipelines.universal/Editor/VFXGraph/Shaders/Templates/VFXParticleLitPlanarPrimitive.template
2024-10-27 10:53:47 +03:00

16 lines
838 B
Plaintext

{
SubShader
{
Cull Off
${VFXInclude("Shaders/VFXParticleHeader.template")}
${VFXIncludeRP("Templates/ParticlePlanarPrimitivesLit/PassSelection.template")}
${VFXIncludeRP("Templates/ParticlePlanarPrimitivesLit/PassDepth.template"),IS_OPAQUE_PARTICLE}
${VFXIncludeRP("Templates/ParticlePlanarPrimitivesLit/PassDepthNormal.template"),IS_OPAQUE_PARTICLE}
${VFXIncludeRP("Templates/ParticlePlanarPrimitivesLit/PassVelocity.template"),USE_MOTION_VECTORS_PASS}
${VFXIncludeRP("Templates/ParticlePlanarPrimitivesLit/PassGBuffer.template"), !VFX_MATERIAL_TYPE_SIX_WAY_SMOKE}
${VFXIncludeRP("Templates/ParticlePlanarPrimitivesLit/PassForward.template")}
${VFXIncludeRP("Templates/ParticlePlanarPrimitivesLit/PassShadowCaster.template"),USE_CAST_SHADOWS_PASS}
}
}