mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Merge pull request #6700 from elisee/patch-1
three: Update comment for WebGLRenderer.clear
This commit is contained in:
Vendored
+1
-1
@@ -4666,7 +4666,7 @@ declare module THREE {
|
||||
|
||||
/**
|
||||
* Tells the renderer to clear its color, depth or stencil drawing buffer(s).
|
||||
* If no parameters are passed, no buffer will be cleared.
|
||||
* Arguments default to true
|
||||
*/
|
||||
clear(color?: boolean, depth?: boolean, stencil?: boolean): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user