We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b27b37 commit 05ffb53Copy full SHA for 05ffb53
1 file changed
src/renderer/webgl/WebGLRenderer.js
@@ -1137,6 +1137,7 @@ var WebGLRenderer = new Class({
1137
*
1138
* @param {WebGLTexture} texture - The WebGL texture that needs to be bound.
1139
* @param {integer} textureUnit - The texture unit to which the texture will be bound.
1140
+ * @param {boolean} [flush=true] - Will the current pipeline be flushed if this is a new texture, or not?
1141
1142
* @return {this} This WebGLRenderer instance.
1143
*/
0 commit comments