We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a694590 commit e8a36a2Copy full SHA for e8a36a2
1 file changed
src/renderer/webgl/typedefs/WebGLPipelineUniformsConfig.js
@@ -4,4 +4,8 @@
4
*
5
* @property {string} name - The name of the uniform as defined in the shaders.
6
* @property {WebGLUniformLocation} location - The pipeline will set it when the program is linked.
7
+ * @property {any} value1 - The cached value1.
8
+ * @property {any} value2 - The cached value2.
9
+ * @property {any} value3 - The cached value3.
10
+ * @property {any} value4 - The cached value4.
11
*/
0 commit comments