Rasagar/Library/PackageCache/com.unity.visualeffectgraph/Shaders/ParticleLinesSW/PassDepth.template

17 lines
275 B
Plaintext
Raw Normal View History

2024-08-26 13:07:20 -07:00
// Depth pass
Pass
{
Name ${VFXPassDepth}
Tags { "LightMode"=${VFXPassDepth} }
ZWrite On
Blend Off
HLSLPROGRAM
#define VFX_PASSDEPTH VFX_PASSDEPTH_ACTUAL
${VFXPassDepthAdditionalPragma}
${VFXInclude("Shaders/ParticleLinesSW/PassDepthOrMV.template")}
ENDHLSL
}