Missing function: glTexStorage2D
Open
- Dominant language
- C++
- Stars
- 330
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.