Skip to content

Commit 92d45c7

Browse files
authored
utils : update probeAsync jsdoc (mrdoob#32995)
1 parent 6e6b02c commit 92d45c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ function warnOnce( ...params ) {
356356
* main thread. This is useful for GPU-CPU synchronization in WebGL contexts.
357357
*
358358
* @private
359-
* @param {WebGLRenderingContext|WebGL2RenderingContext} gl - The WebGL rendering context.
359+
* @param {WebGL2RenderingContext} gl - The WebGL rendering context.
360360
* @param {WebGLSync} sync - The WebGL sync object to wait for.
361361
* @param {number} interval - The polling interval in milliseconds.
362362
* @return {Promise<void>} A promise that resolves when the sync completes or rejects if it fails.

0 commit comments

Comments
 (0)