UNPKG

@phaserjs/phaser

Version:
11 lines (10 loc) 191 B
export const FramebufferStack = { renderPass: null, stack: [], active: null, default: null, index: 0, init: (renderPass) => { FramebufferStack.renderPass = renderPass; } };