Commit Graph

38 Commits (714ea27bc24c289fb594edbef6df571e448f6b5f)

Author SHA1 Message Date
Ben Hansen 3f99b965a9 migrated to 0.14 2 years ago
Attila Mravik 2d9269aade
Fix code example for 0.13
The alternative code path missed the 0.13 update.
2 years ago
archsolar 67682a2b24
Small text correction docs.
love you
2 years ago
Ben Hansen 56c917c749 correcting code in tutorial3 and tutorial2 2 years ago
Ben Hansen 3e7d0a5bea updating `PresentMode` details and adding warning to pong 2 years ago
Ben Hansen a2a1d69133 migrated to 0.13 2 years ago
disdamoe 03e905cc4d Fixed accidental indentation change 2 years ago
disdamoe 33bd66e368 docs for tutorials 1-9: typos, references to `main.rs` supposed to be to `lib.rs`, and readability changes 2 years ago
Ben Hansen 8bbdb09c67 fixes #278 2 years ago
Ben Hansen 1b0ce54080 fixes #330 3 years ago
Ben Hansen ef6ec265d8 Merge branch 'master' into web2 3 years ago
Ben Hansen 6324e485f1 tutorials 1-9 now work with wasm 3 years ago
Marian Cichy f17d27dabd docs: surface: change frame.view to view
`frame.view` does not exist in the whole tutorial and is probably a remant
from older versions. The text is actually referring to `view`
3 years ago
Ben Hansen 16d82909e3 adjusted indent on tutorial2 3 years ago
Ben Hansen 2bb9be1660 tutorials 2-8 now have working web examples 3 years ago
sotrh e760f9f50c
Merge pull request #287 from rhysd/fix-typos
Fix some typos
3 years ago
Hiroaki Yutani 6224fe670f Link to the latest wgpu's docs 3 years ago
rhysd 54121a5c54 fix some typos 3 years ago
Ben Hansen c0843b3f92 fixes #285 3 years ago
Niklas Eicker 064a0a5efd Some small fixes for beginner tutorials 1 to 5 3 years ago
Marek Fajkus f0b3e72740
suggest clarification 3 years ago
Marek Fajkus 88209a1650
few more 3 years ago
Marek Fajkus 0c9236000a
few more fixes 3 years ago
Marek Fajkus 75c9d21fa0
more fixes 3 years ago
Marek Fajkus 7cb3cc9ddc
improve wording in beginner/tutorial2-surface 3 years ago
Philip Kristoffersen f31af2d2cb
Fix typo in tutorial2-surface README.md
Add a missing "to"
3 years ago
Ben Hansen e0e52584a6 fixed pong for 0.11 3 years ago
Ben Hansen 7cc67f5678 migrated to 0.11 3 years ago
sotrh e15fc946ac
Merge pull request #242 from PAUL-BERNARD/master
Fix some typos
3 years ago
sotrh b40fbb6121
Merge pull request #243 from chrisboyce/chrisboyce-tut2-fix
No "first()" method on Iterator
3 years ago
Spencer Imbleau 172a65ad72
Fixed typo: BackendBit::Primary is from a previous version 3 years ago
Chris Boyce bb32dbdb52
No "first()" method on Iterator
As far as I can tell looking at the docs, there is no "first" method for the Iterator trait, but I believe "next" accomplishes getting the first item in this instance.
3 years ago
Paul BERNARD 1dad054540 typos 3 years ago
Fabian Kloiber 85857948bf Update field name `attachment`
In the section on `RenderPassColorAttachment` the text uses the old name `attachment` for the field which now is called `view`.
3 years ago
Fabian Kloiber da913a90af Update link to wgpu docs
Link to `wgpu::Limits` pointed to old version 0.7
3 years ago
Mario Kilies e281746334 Fixed code example.
'instance' and 'adapter' are not defined (and not needed) in State.
3 years ago
Ben Hansen 6d600965f4 some typos 3 years ago
Ben Hansen 012dff0de0 renamed tutorial2 3 years ago