| Name | Type | Description | 
|---|---|---|
| renderer | PIXI.WebGLRenderer | A reference to the current renderer | 
Members
- 
    
    The current WebGL rendering context 
- 
    renderer PIXI.WebGLRenderer
- 
    
    A reference to the current renderer 
Methods
- 
    
    
    Binds a texture. 
- 
    
    
    Destroys this manager and removes all its textures 
- 
    
    
    Deletes the texture from WebGL Name Type Default Description texturePIXI.BaseTexture | PIXI.Texture the texture to destroy skipRemoveboolean false optional Whether to skip removing the texture from the TextureManager. 
- 
    
    
    Gets a texture. 
- 
    
    
    Deletes all the textures from WebGL 
- 
    
    
    Updates and/or Creates a WebGL texture for the renderer's context. Name Type Description texturePIXI.BaseTexture | PIXI.Texture the texture to update locationnumber the location the texture will be bound to. Returns:Type Description GLTexture The gl texture.