You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
475 B
27 lines
475 B
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
|
|
}
|