Commit Graph

415 Commits (316f191cf776031b7c4cf9374bfeb968d0e813ba)
 

Author SHA1 Message Date
kunalarya a7083eecee
Minor copy editing of instancing docs.
Thanks for writing this tutorial! It's been a very helpful resource! I made some very minor edits -- feel free to reject any of them :)
4 years ago
Fraser Li 071f4b3f4f
Fix typos 4 years ago
Kane Rogers 5f89b92651
Add `use` statement for DeviceExt
I tripped over this one while following along with the tutorial. I added a little link to extension traits as I'm aware the audience of this tutorial may not be familiar with them.

Please feel free to rewrite/throw out any of my copy as you see fit.  😄 

Thanks again for this phenomenal tutorial!
4 years ago
Rubick 97df7faea8
fix typo 4 years ago
sotrh 709936e647
Merge pull request #95 from okaneco/beg-fixes
Fix typos and update Beginner tutorials 2, 3
4 years ago
okaneco 468a425f78 Fix typos and update Beginner tutorials 2, 3
Tutorial 2 - Swapchain
  - Update `get_next_texture` to `get_current_frame`
  - Fix typos
Tutorial 3 - Pipeline
  - Add updated fields to `PipelineLayout` creation
Fix typos in News
4 years ago
Ben Hansen 73aed6c6bd rustfmt 4 years ago
Ben Hansen 786ce2410c fixed config and readded missing tutorial11 4 years ago
sotrh e233ce2c66
Merge pull request #94 from sotrh/threading
Threading
4 years ago
Ben Hansen ad5cd8e12f fixed #93 4 years ago
Ben Hansen 041a230d0d finished threading 4 years ago
Ben Hansen 9b02850917 started threading 4 years ago
Ben Hansen 09fe8b9f91 added link to gifs showcase in tutorial5 4 years ago
Ben Hansen 4acb2d60c1 missed ops in tutorial2 4 years ago
Ben Hansen 9d15abf7ee fixing issues in tutorial3 for #92 4 years ago
Ben Hansen 5409e8ea1e rogue copy paste 4 years ago
Ben Hansen 2ab37aa9b7 some fixes 4 years ago
sotrh 03c8ce0a59
Merge pull request #91 from lberrymage/iter-once
Use std::iter::once for encoder queue submission
4 years ago
Ben Hansen 66ccd76e30 Merge branch 'master' of github.com:sotrh/learn-wgpu 4 years ago
Ben Hansen f947ac79c8 fixed `read_buffer` typo 4 years ago
lberrymage fa418b2c60
Use std::iter::once for encoder queue submission
`std::iter::once` is more idiomatic for passing single-value iterators
than Some(value), and it's even intended for this case according to the
docs.
4 years ago
sotrh 3a46a215b2
Merge pull request #88 from sotrh/dependabot/npm_and_yarn/http-proxy-1.18.1
Bump http-proxy from 1.18.0 to 1.18.1
4 years ago
Ben Hansen e065fd7e33 updated news for 0.6 4 years ago
sotrh 0554b747e0
Merge pull request #90 from sotrh/0.6
0.6
4 years ago
Ben Hansen cb5cfd074f fixed #86 4 years ago
Ben Hansen 18bbd52f0e migrated pong code 4 years ago
Ben Hansen 801ee97038 migrated gifs 4 years ago
Ben Hansen b4a51e66a4 migrated framework 4 years ago
Ben Hansen 4186d5af45 migrated tutorial12 code 4 years ago
Ben Hansen 8d5de2d87c migrated tutorial11 4 years ago
Ben Hansen 03b1b64e55 migrated tutorial10 4 years ago
Ben Hansen a92dd32106 forgot a note about OUT_DIR 4 years ago
Ben Hansen 02921f7ffa migrated tutorial9 4 years ago
Ben Hansen cfd36577bb migrated tutorial10 code 4 years ago
Ben Hansen 3dbb6570b7 migrated tutorial9 code 4 years ago
Ben Hansen 7274f37019 migrated tutorial8 4 years ago
dependabot[bot] b09ee96724
Bump http-proxy from 1.18.0 to 1.18.1
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1)

Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Ben Hansen f1d43b9829 env_logger::init() 4 years ago
Ben Hansen 5e4324d0ce env_logger 4 years ago
Ben Hansen 92285689ac migrated tutorial8 code 4 years ago
Ben Hansen 1e8a6ba0a5 migrated tutorial7 4 years ago
Ben Hansen 75d92c523c migrated tutorial6 4 years ago
Ben Hansen bc6277e0f0 squashing warnings 4 years ago
Ben Hansen 6827fb5572 migrated tutorial5 4 years ago
Ben Hansen 471158505d license 4 years ago
Ben Hansen e9e325459d using anyhow instead of failure 4 years ago
Ben Hansen 3f2607e663 forgot some stuff 4 years ago
Ben Hansen 0fbb71efb6 migrated tutorial4 4 years ago
Ben Hansen b3a6d3163d migrated tutorial4 code 4 years ago
Ben Hansen 08fa40dccc changed tutorial3 to use build script and migrated doc to 0.6 4 years ago