UNPKG

@phaserjs/phaser

Version:
10 lines (9 loc) 175 B
export const ColorMatrixStack = { renderPass: null, stack: [], default: null, index: 0, init: (renderPass) => { ColorMatrixStack.renderPass = renderPass; } };