Skip to content

Commit

Permalink
docs: new WebGLRenderTarget has optional parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis committed Feb 20, 2021
1 parent 9ee6ec8 commit 757b0f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/en/renderers/WebGLRenderTarget.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ <h2>Constructor</h2>
<h3>[name]([param:Number width], [param:Number height], [param:Object options])</h3>

<p>
[page:Float width] - The width of the renderTarget. <br />
[page:Float height] - The height of the renderTarget.<br />
[page:Float width] - (optional) The width of the renderTarget.<br />
[page:Float height] - (optional) The height of the renderTarget.<br />
options - (optional object that holds texture parameters for an auto-generated target
texture and depthBuffer/stencilBuffer booleans.

Expand Down

0 comments on commit 757b0f6

Please sign in to comment.