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.
13 lines
593 B
13 lines
593 B
{
|
|
SubShader
|
|
{
|
|
Tags{ "RenderPipeline" = "HDRenderPipeline" }
|
|
${VFXInclude("Shaders/VFXParticleHeader.template")}
|
|
${VFXInclude("Shaders/ParticleLinesSW/PassSelection.template")}
|
|
${VFXInclude("Shaders/ParticleLinesSW/PassDepth.template"),IS_OPAQUE_PARTICLE}
|
|
${VFXInclude("Shaders/ParticleLinesSW/PassVelocity.template"),USE_MOTION_VECTORS_PASS}
|
|
${VFXInclude("Shaders/ParticleLinesSW/PassForward.template")}
|
|
${VFXIncludeRP("Templates/ParticleLinesSW/PassFullScreenDebug.template")}
|
|
${VFXInclude("Shaders/ParticleLinesSW/PassShadowCaster.template"),USE_CAST_SHADOWS_PASS}
|
|
}
|
|
}
|