public void Setup(Material material, ComputeShader cp)
 {
     _material = material;
     _ssprTexGenerator.BindCS(cp);
 }