Switching to WebGPU will result in an error.
engine.enableEffect
must have been called before calling engine.bindBuffers
:
Note that the diamond is darker in WebGPU than in WebGL: this is a bug with the current version of Chrome retail, but the rendering is the same if you use Chrome Canary.
1 Like
Thank you, works fine in Chrome Canary!