No Description
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.

VFXParticleDecal.template 219B

12345678910
  1. {
  2. SubShader
  3. {
  4. Cull Back
  5. ${VFXInclude("Shaders/VFXParticleHeader.template")}
  6. ${VFXInclude("Shaders/ParticleDecals/PassSelection.template")}
  7. ${VFXInclude("Shaders/ParticleDecals/PassForward.template")}
  8. }
  9. }