Skip to content

Commit

Permalink
Fix WebGL 1 vs 2 inconsistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsnee committed Mar 11, 2024
1 parent 9017ed8 commit 1d90025
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3681,7 +3681,7 @@ class WebGL2RenderingContext extends WebGLRenderingContext {
* - Uint8Array (must be used if type is [[WebGLRenderingContext.UNSIGNED_BYTE]])
* - Uint16Array (must be used if type is either [[WebGLRenderingContext.UNSIGNED_SHORT_5_6_5]],
* [[WebGLRenderingContext.UNSIGNED_SHORT_4_4_4_4]], [[WebGLRenderingContext.UNSIGNED_SHORT_5_5_5_1]], or
* ext.HALF_FLOAT_OES)
* [[WebGL2RenderingContext$.HALF_FLOAT]])
* - Float32Array (must be used if type is [[WebGLRenderingContext.FLOAT]])
* - [[ImageBitmap]]
* - [[ImageData]]
Expand Down

0 comments on commit 1d90025

Please sign in to comment.