28 lines
475 B
Plaintext
28 lines
475 B
Plaintext
|
Pass
|
||
|
{
|
||
|
Name "SceneSelectionPass"
|
||
|
Tags { "LightMode"="SceneSelectionPass" }
|
||
|
|
||
|
ZWrite On
|
||
|
Blend Off
|
||
|
|
||
|
HLSLPROGRAM
|
||
|
#define VFX_PASSDEPTH VFX_PASSDEPTH_SELECTION
|
||
|
${VFXInclude("Shaders/ParticlePlanarPrimitives/PassDepthOrMV.template")}
|
||
|
ENDHLSL
|
||
|
}
|
||
|
|
||
|
Pass
|
||
|
{
|
||
|
Name "Picking"
|
||
|
Tags { "LightMode"="Picking" }
|
||
|
|
||
|
ZWrite On
|
||
|
Blend Off
|
||
|
|
||
|
HLSLPROGRAM
|
||
|
#define VFX_PASSDEPTH VFX_PASSDEPTH_PICKING
|
||
|
${VFXInclude("Shaders/ParticlePlanarPrimitives/PassDepthOrMV.template")}
|
||
|
ENDHLSL
|
||
|
}
|