Skip to content

Commit

Permalink
TS: Add failIfMajorPerformanceCaveat.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Jan 27, 2021
1 parent ca306c0 commit 8242ac0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/renderers/WebGLRenderer.d.ts
Expand Up @@ -85,6 +85,12 @@ export interface WebGLRendererParameters {
* default is false.
*/
logarithmicDepthBuffer?: boolean;

/**
* default is false.
*/
failIfMajorPerformanceCaveat?: boolean;

}

export interface WebGLDebug {
Expand Down

0 comments on commit 8242ac0

Please sign in to comment.