Exemplo n.º 1
0
 public void Setup(int width, int height)
 {
     fbo = new FboPingpong(width, height);
 }
 protected void Blit(FboPingpong fbo, Material mat, int pass = -1)
 {
     Graphics.Blit(null, fbo.WriteTex, mat, pass);
     fbo.Swap();
 }