Error: WebGL: Exceeded 16 live WebGL contexts for this principal, losing the least recently used one

后端 未结 3 1783
情话喂你
情话喂你 2021-01-03 18:13

I have a JavaScript using the THREE.js package, I made some changes, saw the error, and undid all of the changes I have made.

However, the following err

3条回答
  •  無奈伤痛
    2021-01-03 18:50

    In my case, the solution was as simple as closing the browser window, opening a new one and reloading your project. The error appears only after I've reloaded my project in the same window more than 16 times.

提交回复
热议问题