UNPKG

@phaserjs/phaser

Version:
11 lines (10 loc) 203 B
export const TextureStack = { renderPass: null, textures: null, tempTextures: null, textureIndex: [], maxTextures: 0, init: (renderPass) => { TextureStack.renderPass = renderPass; } };