The Wayback Machine - https://web.archive.org/web/20201113041338/https://github.com/topics/webgpu
Skip to content
#

webgpu

Here are 65 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
cloudhead
cloudhead commented Jul 2, 2019

If the hello_triangle example is changed slightly to only draw the triangle once, and we change the color attachment's load_op to wgpu::LoadOp::Load instead of Clear, my expectation is that the result is the same, except that the green clear color is gone. However the result is that the red triangle only shows up every other frame, with blank frames in between.

Is this expected behavi

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

You can’t perform that action at this time.