fixed `read_buffer` typo

pull/94/head
Ben Hansen 4 years ago
parent e065fd7e33
commit f947ac79c8

@ -1 +1 @@
Subproject commit 3c41b5dc2af90996598c697bb897f96954dee438
Subproject commit 0805068532ad485f5d9eb06cf1e8c4d1426e4596

@ -2,7 +2,7 @@
## 0.6
This took me way to long. The changes weren't difficult, but I had to do a lot of copy pasting. The main changes are using `queue.write_buffer()` and `queue.read_buffer()` everywhere. I won't get into the nitty gritty, but you can checkout the [pull request](https://github.com/sotrh/learn-wgpu/pull/90) if you're interested.
This took me way to long. The changes weren't difficult, but I had to do a lot of copy pasting. The main changes are using `queue.write_buffer()` and `queue.write_texture()` everywhere. I won't get into the nitty gritty, but you can checkout the [pull request](https://github.com/sotrh/learn-wgpu/pull/90) if you're interested.
## Added Pong Showcase

Loading…
Cancel
Save