暫無描述
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.

VFXParticlePlanarPrimitive.template 701B

123456789101112131415
  1. {
  2. SubShader
  3. {
  4. Cull Off
  5. ${VFXInclude("Shaders/VFXParticleHeader.template")}
  6. ${VFXInclude("Shaders/ParticlePlanarPrimitives/PassSelection.template")}
  7. ${VFXInclude("Shaders/ParticlePlanarPrimitives/PassDepth.template"),IS_OPAQUE_PARTICLE}
  8. ${VFXInclude("Shaders/ParticlePlanarPrimitives/PassDepthNormal.template"),IS_OPAQUE_PARTICLE}
  9. ${VFXInclude("Shaders/ParticlePlanarPrimitives/PassVelocity.template"),USE_MOTION_VECTORS_PASS}
  10. ${VFXInclude("Shaders/ParticlePlanarPrimitives/PassForward.template")}
  11. ${VFXInclude("Shaders/ParticlePlanarPrimitives/PassShadowCaster.template"),USE_CAST_SHADOWS_PASS}
  12. ${VFXIncludeRP("Templates/ParticlePlanarPrimitives/PassForward2D.template")}
  13. }
  14. }