Gaëtan Renaudeau 8271600843 Fixes #19: implement a captureFrame(cb) method on GL.View
Usage:

render() {
  <GL.View ref="view" ... />
}

capture () {
  this.refs.view.captureFrame(data64 => ...);
}
2015-10-01 10:20:35 +02:00
..
2015-08-20 23:35:34 +02:00
2015-08-27 14:37:18 +02:00
2015-09-22 14:12:49 +02:00
2015-09-22 14:12:49 +02:00
2015-08-20 23:35:34 +02:00
2015-09-22 14:12:49 +02:00
2015-08-21 16:28:41 +02:00
2015-08-27 16:30:50 +02:00
2015-08-20 23:35:34 +02:00
2015-09-22 14:12:49 +02:00