Activates the given Render Target texture and binds it to the requested WebGL texture slot.
name | type | arguments | description |
---|---|---|---|
target | Phaser.Renderer.WebGL.RenderTarget | <optional> |
The Render Target to activate and bind. |
unit | number | <optional> |
The WebGL texture ID to activate. Defaults to |
This WebGL Pipeline instance.