File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,12 @@ var ExternRender = require('./ExternRender');
1616 *
1717 * When you create an Extern and place it in the display list of a Scene, the renderer will
1818 * process the list as usual. When it finds an Extern it will flush the current batch,
19- * clear down the pipeline and prepare a transform matrix which you render function can take advantage of, if required.
20- * The WebGL context is left is a 'clean' state, ready for you to bind your own shaders,
19+ * clear down the pipeline and prepare a transform matrix which your render function can
20+ * take advantage of, if required.
21+ *
22+ * The WebGL context is then left is a 'clean' state, ready for you to bind your own shaders,
2123 * or draw to it, whatever you wish to do. Once you've finished, you should free-up any
22- * of your resources. The Extern will then rebind the Phaser pipline and carry on with
24+ * of your resources. The Extern will then rebind the Phaser pipeline and carry on
2325 * rendering the display list.
2426 *
2527 * Although this object has lots of properties such as Alpha, Blend Mode and Tint, none of
You can’t perform that action at this time.
0 commit comments