InsAsterix/InsAsterix/Library/PackageCache/com.unity.render-pipelines.universal@12.1.9/Editor/VFXGraph/Shaders/Templates/VFXParticleLitPlanarPrimitive.template
2023-03-02 20:21:33 +01:00

14 lines
701 B
Text

{
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/PassGBuffer.template")}
${VFXIncludeRP("Templates/ParticlePlanarPrimitivesLit/PassForward.template")}
${VFXIncludeRP("Templates/ParticlePlanarPrimitivesLit/PassShadowCaster.template"),USE_CAST_SHADOWS_PASS}
}
}