You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebGL 2.0 supports explicit dimensions for tex[Sub]Image{2|3}D calls with TexImageSource input data. The spec should define valid ranges for width, height, and depth parameters.
Additionally, all of these entrypoints should be tested with all image source (Image, Canvas, etc) and texture (2D, 3D, ...) types and preferably with all mip levels filled.
WebGL 2.0 supports explicit dimensions for
tex[Sub]Image{2|3}D
calls withTexImageSource
input data. The spec should define valid ranges forwidth
,height
, anddepth
parameters.Additionally, all of these entrypoints should be tested with all image source (Image, Canvas, etc) and texture (2D, 3D, ...) types and preferably with all mip levels filled.
Relevant Chromium bug: https://issues.chromium.org/issues/40910322.
The text was updated successfully, but these errors were encountered: