|
|
@@ -61,7 +61,7 @@ class WebGLTimestampQueryPool extends TimestampQueryPool {
|
|
|
// Check if we have enough space for a new query pair
|
|
|
if ( this.currentQueryIndex + 2 > this.maxQueries ) {
|
|
|
|
|
|
- warnOnce( `WebGPUTimestampQueryPool [${ this.type }]: Maximum number of queries exceeded, when using trackTimestamp it is necessary to resolves the queries via renderer.resolveTimestampsAsync( THREE.TimestampQuery.${ this.type.toUpperCase() } ).` );
|
|
|
+ warnOnce( `WebGLTimestampQueryPool [${ this.type }]: Maximum number of queries exceeded, when using trackTimestamp it is necessary to resolves the queries via renderer.resolveTimestampsAsync( THREE.TimestampQuery.${ this.type.toUpperCase() } ).` );
|
|
|
return null;
|
|
|
|
|
|
}
|