Function VisualServerSingleton.particlesSetProcessMaterial

Sets the material for processing the particles. Note: this is not the material used to draw the materials. Equivalent to Particles.processMaterial.

void particlesSetProcessMaterial (
  const(RID) particles,
  const(RID) material
) nothrow @nogc;