new PIXI.WebGLPrepare(renderer)
Name | Type | Description |
---|---|---|
renderer |
PIXI.WebGLRenderer |
A reference to the current renderer |
The prepare manager provides functionality to upload content to the GPU.
An instance of this class is automatically created by default, and can be found at renderer.plugins.prepare
Name | Type | Description |
---|---|---|
renderer |
PIXI.WebGLRenderer |
A reference to the current renderer |