Skip to content

Commit

Permalink
Merge pull request #21315 from joshuaellis/docs/webglrendertarget
Browse files Browse the repository at this point in the history
Docs: Clarified WebGLRenderTarget optional parameters
  • Loading branch information
mrdoob committed Feb 20, 2021
2 parents 3c0fd4e + 757b0f6 commit ea11dda
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 ea11dda

Please sign in to comment.