[]LayaAir引擎之webGl之bindTexture: attempt to bind a deleted texture

Main.max.js:30966 WebGL: INVALID_OPERATION: bindTexture: attempt to bind a deleted texture

源码为
    WebGLContext.bindTexture=function(gl,target,texture){
            gl.bindTexture(target,texture);
            WebGLContext.curBindTexTarget=target;
            WebGLContext.curBindTexValue=texture;
        }

看看有那们高人求解
已邀请:

cuixueying

赞同来自:

这个影响你的项目运行吗,有没有重现方式,我们看下问题!

周志华

赞同来自:

3D项目遇到同样问题:WAGame.js:1 WebGL: INVALID_OPERATION: bindBuffer: attempt to bind a deleted buffer

要回复问题请先

商务合作
商务合作