Skip to content

Commit

Permalink
Merge pull request #21157 from Mugen87/dev51
Browse files Browse the repository at this point in the history
TS: Add failIfMajorPerformanceCaveat.
  • Loading branch information
Mugen87 committed Jan 27, 2021
2 parents 72a9ae4 + 8242ac0 commit c5acc71
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 c5acc71

Please sign in to comment.