Brak opisu
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.

VFXParticleBasicCube.template 483B

12345678910111213
  1. {
  2. SubShader
  3. {
  4. Cull Back
  5. ${VFXInclude("Shaders/VFXParticleHeader.template")}
  6. ${VFXInclude("Shaders/ParticleHexahedron/PassSelection.template")}
  7. ${VFXInclude("Shaders/ParticleHexahedron/PassDepth.template"),IS_OPAQUE_PARTICLE}
  8. ${VFXInclude("Shaders/ParticleHexahedron/PassBasicForward.template")}
  9. ${VFXInclude("Shaders/ParticleHexahedron/PassShadowCaster.template"),USE_CAST_SHADOWS_PASS}
  10. ${VFXIncludeRP("Templates/ParticleHexahedron/PassForward2D.template")}
  11. }
  12. }