We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For certain models, nothing is rendered when using WebGPU
Open the GLTFImporter
index.js:59 Uncaught (in promise) OperationError: Failed to execute 'getMappedRange' on 'GPUBuffer': getMappedRange failed at publicAPI.createAndWrite (index.js:59:33) at _createBuffer (index.js:223:14) at publicAPI.getCachedObject (index.js:144:27) at publicAPI.getBuffer (index.js:331:27) at publicAPI.buildVertexInput (index.js:986:47) at publicAPI.updateBuffers (index.js:1316:15) at publicAPI.prepareToDraw (index.js:247:15) at publicAPI.opaquePass (index.js:382:17) at publicAPI.apply (index.js:44:7) at publicAPI.traverse (index.js:32:15)
The model is rendered like in WebGL
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug description
For certain models, nothing is rendered when using WebGPU
Steps to reproduce
Open the GLTFImporter
Detailed Behavior
Expected Behavior
The model is rendered like in WebGL
Environment
The text was updated successfully, but these errors were encountered: