WebGLRenderer#updateTexture()

updateTexture(texture) → {Boolean}

Updates and Creates a WebGL texture for the renderers context.

Parameters
Name Type Description
texture PIXI.Texture

the texture to update

Returns
Boolean -

True if the texture was successfully bound, otherwise false.

Source code: pixi/renderers/webgl/WebGLRenderer.js (Line 341)
doc_phaser
2017-02-14 11:20:19
Comments
Leave a Comment

Please login to continue.