KeKsBoTer / web-splat

3D Gaussian Splatting Renderer implemented in WebGPU (WGPU) and Rust
https://web-splat.niedermayr.dev
116 stars 10 forks source link

fix: dynamically set max_storage_buffer_binding_size based on adapter limits #10

Closed EtaCassiopeia closed 3 months ago

EtaCassiopeia commented 3 months ago

Query adapter limits and set max_storage_buffer_binding_size to the maximum supported value to prevent runtime panics due to exceeded limits.

Addresses issue #9.

KeKsBoTer commented 3 months ago

Thank you!