Skip to content

Commit

Permalink
Added the missing WebGLPipelineUniformsConfig type def. Fix #5718 (…
Browse files Browse the repository at this point in the history
…thanks @PhaserEditor2D)
  • Loading branch information
photonstorm committed May 26, 2021
1 parent 5552079 commit 78b9215
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/renderer/webgl/typedefs/WebGLPipelineUniformsConfig.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/**
* @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.
*/

0 comments on commit 78b9215

Please sign in to comment.