Commit Graph

13 Commits

Author SHA1 Message Date
Philip Kristoffersen
f31af2d2cb
Fix typo in tutorial2-surface README.md
Add a missing "to"
2021-10-27 06:41:05 +02:00
Ben Hansen
e0e52584a6 fixed pong for 0.11 2021-10-15 12:05:03 -06:00
Ben Hansen
7cc67f5678 migrated to 0.11 2021-10-08 18:40:29 -06:00
sotrh
e15fc946ac
Merge pull request #242 from PAUL-BERNARD/master
Fix some typos
2021-10-01 15:14:00 -06:00
sotrh
b40fbb6121
Merge pull request #243 from chrisboyce/chrisboyce-tut2-fix
No "first()" method on Iterator
2021-10-01 15:12:03 -06:00
Spencer Imbleau
172a65ad72
Fixed typo: BackendBit::Primary is from a previous version 2021-09-28 07:09:41 -04:00
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.
2021-09-25 11:45:31 -07:00
Paul BERNARD
1dad054540 typos 2021-09-22 20:24:20 +02:00
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`.
2021-09-19 22:35:17 +02:00
Fabian Kloiber
da913a90af Update link to wgpu docs
Link to `wgpu::Limits` pointed to old version 0.7
2021-09-19 22:35:17 +02:00
Mario Kilies
e281746334 Fixed code example.
'instance' and 'adapter' are not defined (and not needed) in State.
2021-09-17 02:52:42 +02:00
Ben Hansen
6d600965f4 some typos 2021-09-13 08:58:14 -06:00
Ben Hansen
012dff0de0 renamed tutorial2 2021-09-11 09:40:47 -06:00