Commit Graph

284 Commits (fb5c9fc8fe9826cf24b533a05eaf9dcafaf80673)
 

Author SHA1 Message Date
Ben Hansen fb5c9fc8fe fixes #111 4 years ago
Ben Hansen 6f29ba738b fixes #108 4 years ago
sotrh 8e9ff17565
Merge pull request #103 from wozniak/patch-1
set_vertex_buffer doesn't expect a reference
4 years ago
sotrh 6fab63e809
Merge pull request #104 from kejor/tutorial5docs-missing-parameter-snippet
Add missing parameter on tutorial5 snippet
4 years ago
sotrh ac97d4ce1f
Merge pull request #105 from khuttun/patch-1
Add note about the GLSL used
4 years ago
Kalle Huttunen 3396259576
Add note about the GLSL used 4 years ago
kejor 5572e36e0c
Adding missing parameter on tutorial5 snippet
Added parameter `&queue` to `texture::Texture::from_bytes` call.
4 years ago
matthew 64fa3c9017
more 4 years ago
matthew 6cb43e8e61
set_vertex_buffer doesn't expect a reference 4 years ago
sotrh 51d3a9a0ac
Merge pull request #102 from alankemp/update_use_wgpu_DeviceExt
DeviceExt is now in a util namespace
4 years ago
Alan Kemp 909c2debfc DeviceExt is now in a util namespace 4 years ago
sotrh 5edf594fa1
Merge pull request #96 from Deadalusmask/master
fix typo
4 years ago
Rubick 5a45a9c5ce
Merge branch 'master' into master 4 years ago
sotrh 4377ca102f
Merge pull request #98 from kanerogers/patch-1
Add `use` statement for DeviceExt
4 years ago
sotrh c0e8174dbf
Merge pull request #99 from fraserli/master
Fix typos
4 years ago
sotrh cb06098bec
Merge pull request #100 from kunalarya/patch-1
Minor copy editing of instancing docs.
4 years ago
sotrh 7241db074f
Merge pull request #101 from AlecGoncharow/master
Update `vulkan` feature to `vulkan-portability` and fix small typo in swapchain
4 years ago
Alec Goncharow 836b38d827
Update README.md
minor typo fix, streen -> screen
4 years ago
Alec Goncharow 944a568eb9
Update README.md
655828f88f changed the name of the `vulkan` feature to `vulkan-portability`
4 years ago
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