phaser/src/textures
2019-08-01 19:27:47 +01:00
..
events License link update 2019-05-10 16:15:04 +01:00
parsers License link update 2019-05-10 16:15:04 +01:00
typedefs License link update 2019-05-10 16:15:04 +01:00
CanvasTexture.js Calling CanvasTexture.update will now automatically call refresh if running under WebGL. This happens for both draw and drawFrame, meaning you no longer need to remember to call refresh after drawing to a Canvas Texture in WebGL, keeping it consistent with the Canvas renderer. 2019-08-01 19:27:47 +01:00
const.js License link update 2019-05-10 16:15:04 +01:00
Frame.js License link update 2019-05-10 16:15:04 +01:00
index.js CanvasTexture has been added to the Textures namespace so it can be created without needing to import it. The correct way to create a CanvasTexture is via the Texture Manager, but you can now do it directly if required. Fix #4651 2019-07-13 10:49:05 +01:00
Texture.js License link update 2019-05-10 16:15:04 +01:00
TextureManager.js Warn if invalid texture source 2019-07-15 15:42:25 +01:00
TextureSource.js Added isGLTexture property 2019-06-21 16:34:47 +01:00