Skip to content
#

webgpu

Here are 90 public repositories matching this topic...

wgpu
kvark
kvark commented Oct 23, 2020

Is your feature request related to a problem? Please describe.
Sometimes, you just want to check if something runs in software, be it lavapipe or WARP. We currently have no controls to expoes this, other than by enumerating the adapters.

Describe the solution you'd like
Perhaps, we could have a PowerPreference::Virtual or something like that?

**Describe alternatives you've cons

wgpu-rs
eduardobraun
eduardobraun commented May 8, 2021

Recently I decided to try out Iced but run into some memory problems while testing an example, as can be seen in this issue: hecrj/iced#786
I narrowed it down to the wgpu-rs StagingBelt, and the lack of a way to cleanup unused free Chunks from the belt.
The issue with the Game of Life example was that I only added more geometry to the screen, so my buffers got larger, n

Improve this page

Add a description, image, and links to the webgpu topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webgpu topic, visit your repo's landing page and select "manage topics."

Learn more