Commit Graph

46 Commits

Author SHA1 Message Date
Benjamin Hansen
7227f8d169 changes for 0.15 2023-01-30 11:09:26 -07:00
sotrh
f94875e2a8
Merge branch 'master' into master 2023-01-14 15:09:54 -07:00
Benjamin Hansen
09207e9403 changed State to own window 2023-01-14 13:32:51 -07:00
Benjamin Hansen
a9230e981e upgraded dependencies 2023-01-14 12:43:55 -07:00
Avery R
3863322aee
update info on getting supported formats
Replace the outdated information about `get_preferred_format` with current information on `get_supported_formats`.
2023-01-04 11:53:30 -05:00
erwanvivien
50ca6f8b22
fix: added missing curly to match 2022-11-08 23:25:44 +01:00
erwanvivien
424bcfeed1
fix: removed curly, repeated prototype 2022-11-08 23:23:16 +01:00
erwanvivien
e1f756af65
fix: missing ending curly brace 2022-11-08 23:15:34 +01:00
Ben Hansen
3f99b965a9 migrated to 0.14 2022-10-20 10:07:03 -06:00
Attila Mravik
2d9269aade
Fix code example for 0.13
The alternative code path missed the 0.13 update.
2022-08-31 18:02:33 +02:00
archsolar
67682a2b24
Small text correction docs.
love you
2022-07-15 22:06:36 +02:00
Ben Hansen
56c917c749 correcting code in tutorial3 and tutorial2 2022-07-02 14:14:53 -06:00
Ben Hansen
3e7d0a5bea updating PresentMode details and adding warning to pong 2022-07-02 12:24:57 -06:00
Ben Hansen
a2a1d69133 migrated to 0.13 2022-07-01 17:00:19 -06:00
disdamoe
03e905cc4d Fixed accidental indentation change 2022-04-17 21:08:44 +03:00
disdamoe
33bd66e368 docs for tutorials 1-9: typos, references to main.rs supposed to be to lib.rs, and readability changes 2022-04-17 19:35:45 +03:00
Ben Hansen
8bbdb09c67 fixes #278 2022-04-14 16:20:11 -06:00
Ben Hansen
1b0ce54080 fixes #330 2022-04-10 11:48:13 -06:00
Ben Hansen
ef6ec265d8 Merge branch 'master' into web2 2022-03-25 17:54:37 -06:00
Ben Hansen
6324e485f1 tutorials 1-9 now work with wasm 2022-02-18 13:36:21 -07:00
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`
2022-02-02 15:53:06 +01:00
Ben Hansen
16d82909e3 adjusted indent on tutorial2 2022-01-25 19:54:21 -07:00
Ben Hansen
2bb9be1660 tutorials 2-8 now have working web examples 2022-01-25 19:54:21 -07:00
sotrh
e760f9f50c
Merge pull request #287 from rhysd/fix-typos
Fix some typos
2022-01-10 09:32:53 -07:00
Hiroaki Yutani
6224fe670f Link to the latest wgpu's docs 2022-01-09 23:03:53 +09:00
rhysd
54121a5c54 fix some typos 2021-12-30 23:17:16 +09:00
Ben Hansen
c0843b3f92 fixes #285 2021-12-29 11:57:29 -07:00
Niklas Eicker
064a0a5efd Some small fixes for beginner tutorials 1 to 5 2021-12-18 17:18:21 +01:00
Marek Fajkus
f0b3e72740
suggest clarification 2021-12-06 00:15:26 +01:00
Marek Fajkus
88209a1650
few more 2021-12-06 00:13:33 +01:00
Marek Fajkus
0c9236000a
few more fixes 2021-12-05 23:51:22 +01:00
Marek Fajkus
75c9d21fa0
more fixes 2021-12-05 23:47:43 +01:00
Marek Fajkus
7cb3cc9ddc
improve wording in beginner/tutorial2-surface 2021-12-05 23:41:45 +01:00
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