google / node-gles

Apache License 2.0
323 stars 31 forks source link

Missing function: glTexStorage2D #82

Open jmschrack opened 1 year ago

jmschrack commented 1 year ago

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.

https://registry.khronos.org/OpenGL-Refpages/es3.0/html/glTexStorage2D.xhtml