|
@@ -91,6 +91,12 @@ class WebGPURenderer extends Renderer {
|
|
|
*/
|
|
*/
|
|
|
this.isWebGPURenderer = true;
|
|
this.isWebGPURenderer = true;
|
|
|
|
|
|
|
|
|
|
+ if ( typeof __THREE_DEVTOOLS__ !== 'undefined' ) {
|
|
|
|
|
+
|
|
|
|
|
+ __THREE_DEVTOOLS__.dispatchEvent( new CustomEvent( 'observe', { detail: this } ) );
|
|
|
|
|
+
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|
|
}
|