Skip to content

Commit 05ffb53

Browse files
committed
Updated docs
1 parent 4b27b37 commit 05ffb53

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/renderer/webgl/WebGLRenderer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,6 +1137,7 @@ var WebGLRenderer = new Class({
11371137
*
11381138
* @param {WebGLTexture} texture - The WebGL texture that needs to be bound.
11391139
* @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?
11401141
*
11411142
* @return {this} This WebGLRenderer instance.
11421143
*/

0 commit comments

Comments
 (0)