2021-09-09 20:42:29 -04:00

15 lines
251 B
Plaintext

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