kvark / vange-rs

Rusty Vangers clone
https://vange.rs
Apache License 2.0
427 stars 21 forks source link

WebGL: ERROR: Error in Adapter::request_device: Limit 'max_uniform_buffers_per_shader_stage' value 12 is better than allowed 11 #159

Closed caiiiycuk closed 2 years ago

caiiiycuk commented 2 years ago

caiiiycuk.github.io-1638270272168.log

caiiiycuk commented 2 years ago

This problem is minor, I think it happens on really old GPU

kvark commented 2 years ago

Why would anybody report 11 uniform buffers available? that's quite surprising. We should just adjust the suggested webgl limits accordingly.

caiiiycuk commented 2 years ago

It's from UHD 605, reported by Maestro_D (Vangers public dev chat in telegram)

kvark commented 2 years ago

Filed https://github.com/gfx-rs/wgpu/pull/2235 to fix this

kvark commented 2 years ago

Fixed by #162