|
@@ -85,6 +85,12 @@ export interface WebGLRendererParameters {
|
|
* default is false.
|
|
* default is false.
|
|
*/
|
|
*/
|
|
logarithmicDepthBuffer?: boolean;
|
|
logarithmicDepthBuffer?: boolean;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * default is false.
|
|
|
|
+ */
|
|
|
|
+ failIfMajorPerformanceCaveat?: boolean;
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
export interface WebGLDebug {
|
|
export interface WebGLDebug {
|