gfx-rs / wgpu-native

Native WebGPU implementation based on wgpu-core
Apache License 2.0
843 stars 96 forks source link

Fix device limits diverging from base limits by default #379

Closed radgeRayden closed 4 months ago

radgeRayden commented 5 months ago

Fixes https://github.com/gfx-rs/wgpu/issues/5490. It was pointed out to me that these lines were exactly the same as the ones in the rust demo, which smells like a copy paste mistake.