UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 167 B
import { SetWebGLContext } from "./SetWebGLContext"; export function WebGLContext(contextAttributes) { return () => { SetWebGLContext(contextAttributes); }; }