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

17 lines
317 B
Plaintext

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