Skip to content

Commit 8242ac0

Browse files
committed
TS: Add failIfMajorPerformanceCaveat.
1 parent ca306c0 commit 8242ac0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/renderers/WebGLRenderer.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ export interface WebGLRendererParameters {
8585
* default is false.
8686
*/
8787
logarithmicDepthBuffer?: boolean;
88+
89+
/**
90+
* default is false.
91+
*/
92+
failIfMajorPerformanceCaveat?: boolean;
93+
8894
}
8995

9096
export interface WebGLDebug {

0 commit comments

Comments
 (0)