We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6b02c commit 92d45c7Copy full SHA for 92d45c7
1 file changed
src/utils.js
@@ -356,7 +356,7 @@ function warnOnce( ...params ) {
356
* main thread. This is useful for GPU-CPU synchronization in WebGL contexts.
357
*
358
* @private
359
- * @param {WebGLRenderingContext|WebGL2RenderingContext} gl - The WebGL rendering context.
+ * @param {WebGL2RenderingContext} gl - The WebGL rendering context.
360
* @param {WebGLSync} sync - The WebGL sync object to wait for.
361
* @param {number} interval - The polling interval in milliseconds.
362
* @return {Promise<void>} A promise that resolves when the sync completes or rejects if it fails.
0 commit comments