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
I was using node-gles to work with tf.js offline in node. However, in WebGL2 the tf.js library prefers to use the texStorage2d function instead of texImage2d.
I was using node-gles to work with tf.js offline in node. However, in WebGL2 the tf.js library prefers to use the
texStorage2d
function instead oftexImage2d
.https://registry.khronos.org/OpenGL-Refpages/es3.0/html/glTexStorage2D.xhtml
The text was updated successfully, but these errors were encountered: