UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.

12 lines (11 loc) 545 B
/** * @typedef {object} Phaser.Types.Renderer.WebGL.WebGLPipelineUniformsConfig * @since 3.55.1 * * @property {string} name - The name of the uniform as defined in the shader. * @property {number} location - The location of the uniform. * @property {number} [value1] - The first cached value of the uniform. * @property {number} [value2] - The first cached value of the uniform. * @property {number} [value3] - The first cached value of the uniform. * @property {number} [value4] - The first cached value of the uniform. */