UNPKG

@phaserjs/phaser

Version:
10 lines (9 loc) 117 B
export let gl; export const GL = { get: () => { return gl; }, set: (context) => { gl = context; } };