Webgl2’s deleteTexture doesn’t seem to be able to access the GPU memory usage?
When I run a webgl2 program in the latest chrome, I use deleteTexture to delete a texture of several hundred MB, but I find that the gpu memory is not reclaimed after executing deleteTexture. Why and how to solve it?