UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

16 lines (14 loc) 531 B
/** * @author Benjamin D. Richards <benjamindrichards@gmail.com> * @copyright 2013-2026 Phaser Studio Inc. * @license {@link https://opensource.org/licenses/MIT|MIT License} */ /** * @typedef {object} Phaser.Types.Renderer.WebGL.WebGLUniform * @since 4.0.0 * * @property {GLint} location - The location of the uniform. * @property {GLenum} type - The type of the uniform. * @property {GLint} size - The size of the uniform, in elements. * @property {number|number[]} value - The value of the uniform. */