Thought I would push my luck and try it on the browsers of a mac:
app-8d2b3f51c8c35afe.js:1734 panicked at 'wgpu error: Validation Error
Caused by:
In Device::create_bind_group_layout
note: label = `cuboid_instances_layout`
binding 0 entry is invalid
Downlevel flags VERTEX_STORAGE are required but not supported on the device.
This is not an invalid use of WebGPU: the underlying API or device does not support enough features to be a fully compliant implementation. A subset of the features can still be used. If you are running this program on native and not in a browser and wish to work around this issue, call Adapter::downlevel_properties or Device::downlevel_properties to get a listing of the features the current platform supports.
', /Users/bit/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-0.13.1/src/backend/direct.rs:2391:5
Do we have to wait for WebGPU to land in 2023 or are there maybe some tweaks we could try to get it running somehow in the browser?
Thought I would push my luck and try it on the browsers of a mac:
Do we have to wait for WebGPU to land in 2023 or are there maybe some tweaks we could try to get it running somehow in the browser?