MCPcopy
hub / github.com/phaserjs/phaser / createWebGL

Function createWebGL

src/display/canvas/CanvasPool.js:127–130  ·  view source on GitHub ↗
(parent, width, height)

Source from the content-addressed store, hash-verified

125 * @return {HTMLCanvasElement} The created WebGL canvas.
126 */
127 var createWebGL = function (parent, width, height)
128 {
129 return create(parent, width, height, CONST.WEBGL);
130 };
131
132 /**
133 * Gets the first free canvas container from the pool.

Callers

nothing calls this directly

Calls 1

createFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…