Rasagar/Library/PackageCache/com.unity.visualeffectgraph/Shaders/ParticlePlanarPrimitives/PassDepth.template
2024-08-26 23:07:20 +03:00

16 lines
283 B
Plaintext

// Depth pass
Pass
{
Name ${VFXPassDepth}
Tags { "LightMode"=${VFXPassDepth} }
ZWrite On
Blend Off
HLSLPROGRAM
#define VFX_PASSDEPTH VFX_PASSDEPTH_ACTUAL
${VFXPassDepthAdditionalPragma}
${VFXInclude("Shaders/ParticlePlanarPrimitives/PassDepthOrMV.template")}
ENDHLSL
}