UNPKG

@phaserjs/phaser

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