Replies: 1 comment 1 reply
-
I took a quick peek at this and noticed that if I removed the following line the GPU usage goes down: https://github.com/sotrh/learn-wgpu/blob/677300a5e96fa0b06ee7c3b4e09eb9bd6fee2e88/code/beginner/tutorial4-buffer/src/lib.rs#L372-L376 But...it's still kind of high for such a simple program. I would like to better understand what causes GPU utilization to increase. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm following this tutorial. when I run it its using 40% of GPU
https://github.com/sotrh/learn-wgpu/blob/master/code/beginner/tutorial4-buffer/Cargo.toml
[dependencies]
winit = "0.28"
env_logger = "0.10"
log = "0.4"
wgpu = "0.17"
Beta Was this translation helpful? Give feedback.
All reactions