Commit Graph

742 Commits

Author SHA1 Message Date
Ben Hansen
3492bb703f working on tutorial9 2022-01-25 19:54:21 -07:00
Ben Hansen
cbce0a546e experimenting with loader on tutorial9 2022-01-25 19:54:21 -07: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
Ben Hansen
1e5a88fbee fixes #289 2022-01-25 19:54:19 -07:00
Ben Hansen
a6f6a492e7 tutorial1 now has a web example 2022-01-25 19:52:36 -07:00
Ben Hansen
59f0ec16f0 migrated tutorial to use lib.r 2022-01-25 19:52:33 -07:00
sotrh
2ee7e082fa
Merge pull request #305 from yutannihilation/doc/const-vertex_attr_array
Add one more advice about vertex_attr_array! macro
2022-01-15 15:25:55 -07:00
sotrh
ed202350b6
Added code example directly
I added this in case the link breaks.
2022-01-15 15:25:27 -07:00
sotrh
4b837c08de
Merge pull request #304 from yutannihilation/remove-padding-indices
Remove a padding in INDICES
2022-01-15 15:15:24 -07:00
Hiroaki Yutani
4368358033 Add one more advice about vertex_attr_array! macro 2022-01-13 22:27:54 +09:00
Hiroaki Yutani
c06e1365cb Tweak description 2022-01-11 23:02:19 +09:00
Hiroaki Yutani
8c6c491b11 Remove padding in INDICES 2022-01-11 22:50:25 +09:00
sotrh
46e8e882d4
Merge pull request #302 from yutannihilation/remove-is-updown-pressed
Remove is_{up,down}_pressed
2022-01-10 17:16:58 -07:00
sotrh
3665859639
Merge pull request #301 from rhysd/fix-tutorial-7
Remove unused constant `NUM_INSTANCES`
2022-01-10 17:15:21 -07:00
sotrh
9cb9f7fe12
Merge pull request #303 from yutannihilation/improve-description-about-webgpu-and-wgsl
Update the description about WGSL
2022-01-10 17:14:37 -07:00
Hiroaki Yutani
47d822865e Update the description about WGSL 2022-01-11 08:51:47 +09:00
Hiroaki Yutani
72446bc9ee Remove is_{up,down}_pressed 2022-01-11 07:48:51 +09:00
rhysd
bd3ad57387 fix typo 2022-01-11 02:59:40 +09:00
rhysd
853d44e257 remove unused constant NUM_INSTANCES 2022-01-11 02:59:31 +09:00
sotrh
e760f9f50c
Merge pull request #287 from rhysd/fix-typos
Fix some typos
2022-01-10 09:32:53 -07:00
sotrh
48c38de653
Merge pull request #290 from TonalidadeHidrica/fix-typo
Fix typos
2022-01-10 09:30:18 -07:00
sotrh
e33b8ab911
Merge pull request #292 from rhysd/old-field-name
Fix old field name
2022-01-10 09:29:53 -07:00
sotrh
8876f93c3d
Merge pull request #293 from rhysd/fix-tutorial-5
Fix `wgpu::SamplerBindingType` is now parameter of `wgpu::BindingType::Sampler`
2022-01-10 09:28:41 -07:00
sotrh
1104818da0
Merge pull request #295 from CatCode79/patch-1
Fix to Link to the "alignment" page
2022-01-10 09:28:04 -07:00
sotrh
d5074ecb79
Merge pull request #298 from yutannihilation/doc/include_wgsl
Mention include_wgsl!
2022-01-10 09:27:31 -07:00
sotrh
0cd2314a36
Merge pull request #297 from yutannihilation/fix/update-wgpu-doc-link
Update the links to wgpu's docs
2022-01-10 09:26:55 -07:00
Hiroaki Yutani
2dcbfbe01e Mention include_wgsl! 2022-01-10 09:57:18 +09:00
Hiroaki Yutani
6224fe670f Link to the latest wgpu's docs 2022-01-09 23:03:53 +09:00
Andrea Postal
1a7c038eb4
Fix to Link to the "alignment" page
Fix to ` Link to the "alignment" page is broken #291 ` issue
2022-01-07 20:02:07 +01:00
rhysd
c81dfd34ba fix wgpu::SamplerBindingType is now parameter of wgpu::BindingType::Sampler 2022-01-04 20:38:35 +09:00
TonalidadeHidrica
0b9840e1ec Fix typo: w -> we 2022-01-04 03:44:01 +09:00
rhysd
5d0f4ec636 fix old field name
`rasterization_state` is an old field name of
`wgpu::RenderPipelineDescriptor`
2022-01-03 15:06:30 +09:00
TonalidadeHidrica
125353a710 Fix typo: know -> known 2022-01-02 16:52:20 +09:00
TonalidadeHidrica
083d8f0640 Fix typo: were -> where 2022-01-02 16:45:34 +09:00
Ben Hansen
eaeb7931a1 update patrons list 2021-12-30 12:11:08 -07:00
rhysd
54121a5c54 fix some typos 2021-12-30 23:17:16 +09:00
Ben Hansen
4d0be61d76 typos in news/0.12 2021-12-29 12:31:14 -07:00
Ben Hansen
c0843b3f92 fixes #285 2021-12-29 11:57:29 -07:00
Ben Hansen
611b299072 missed multiview in tutorial3 2021-12-29 11:33:55 -07:00
Ben Hansen
75bc7c4ef7 typo in alignment 2021-12-29 11:24:37 -07:00
Ben Hansen
ef72161771 Merge branch 'master' of github.com:sotrh/learn-wgpu 2021-12-29 11:22:45 -07:00
Ben Hansen
f13781a878 more work on alignment page 2021-12-29 11:20:29 -07:00
Ben Hansen
7a42a0d4db reworking the alignment readme 2021-12-28 17:35:44 -07:00
Ben Hansen
4ae6c3f89f added 0.12.md and examples now compile 2021-12-27 13:48:52 -07:00
Ben Hansen
a4ce6093b7 pong is working again 2021-12-27 13:02:05 -07:00
Ben Hansen
2073b0fbc1 updated to 0.12 2021-12-27 12:09:25 -07:00
sotrh
ea77676365
Merge pull request #281 from NiklasEi/fixes_for_beginner_tutorials_1_to_5
Some small fixes for beginner tutorials 1 to 5
2021-12-18 12:29:32 -07:00
Niklas Eicker
064a0a5efd Some small fixes for beginner tutorials 1 to 5 2021-12-18 17:18:21 +01:00
sotrh
37a097ad97
Merge pull request #276 from turboMaCk/typos
Typo fixes in main README.md
2021-12-07 12:27:21 -07:00