Relative Content

Tag Archive for webgpuwgpu-rs

WebGPU: How Much VRAM is too much

I’m implementing a CAD engine for the browser using WebGPU. When my computer (mac m1) requests too much VRAM, it crashes the entire machine. I would like to handle this more gracefully. Is there a way to query memory consumption limits of the gpu_device? Is there a good rule of thumb?