Commit Graph

349 Commits (cbce0a546e0da927bf29fbc976ef7c21b9e6f794)

Author SHA1 Message Date
Ben Hansen 16d82909e3 adjusted indent on tutorial2 2 years ago
Ben Hansen 2bb9be1660 tutorials 2-8 now have working web examples 2 years ago
Ben Hansen 1e5a88fbee fixes #289 2 years ago
Ben Hansen a6f6a492e7 tutorial1 now has a web example 2 years ago
sotrh 2ee7e082fa
Merge pull request #305 from yutannihilation/doc/const-vertex_attr_array
Add one more advice about vertex_attr_array! macro
2 years ago
sotrh ed202350b6
Added code example directly
I added this in case the link breaks.
2 years ago
sotrh 4b837c08de
Merge pull request #304 from yutannihilation/remove-padding-indices
Remove a padding in INDICES
2 years ago
Hiroaki Yutani 4368358033 Add one more advice about vertex_attr_array! macro 2 years ago
Hiroaki Yutani c06e1365cb Tweak description 2 years ago
Hiroaki Yutani 8c6c491b11 Remove padding in INDICES 2 years ago
sotrh 46e8e882d4
Merge pull request #302 from yutannihilation/remove-is-updown-pressed
Remove is_{up,down}_pressed
2 years ago
sotrh 3665859639
Merge pull request #301 from rhysd/fix-tutorial-7
Remove unused constant `NUM_INSTANCES`
2 years ago
Hiroaki Yutani 47d822865e Update the description about WGSL 2 years ago
Hiroaki Yutani 72446bc9ee Remove is_{up,down}_pressed 2 years ago
rhysd bd3ad57387 fix typo 3 years ago
rhysd 853d44e257 remove unused constant `NUM_INSTANCES` 3 years ago
sotrh e760f9f50c
Merge pull request #287 from rhysd/fix-typos
Fix some typos
3 years ago
sotrh 48c38de653
Merge pull request #290 from TonalidadeHidrica/fix-typo
Fix typos
3 years ago
sotrh e33b8ab911
Merge pull request #292 from rhysd/old-field-name
Fix old field name
3 years ago
sotrh 8876f93c3d
Merge pull request #293 from rhysd/fix-tutorial-5
Fix `wgpu::SamplerBindingType` is now parameter of `wgpu::BindingType::Sampler`
3 years ago
sotrh d5074ecb79
Merge pull request #298 from yutannihilation/doc/include_wgsl
Mention include_wgsl!
3 years ago
Hiroaki Yutani 2dcbfbe01e Mention include_wgsl! 3 years ago
Hiroaki Yutani 6224fe670f Link to the latest wgpu's docs 3 years ago
rhysd c81dfd34ba fix `wgpu::SamplerBindingType` is now parameter of `wgpu::BindingType::Sampler` 3 years ago
rhysd 5d0f4ec636 fix old field name
`rasterization_state` is an old field name of
`wgpu::RenderPipelineDescriptor`
3 years ago
TonalidadeHidrica 125353a710 Fix typo: know -> known 3 years ago
TonalidadeHidrica 083d8f0640 Fix typo: were -> where 3 years ago
rhysd 54121a5c54 fix some typos 3 years ago
Ben Hansen c0843b3f92 fixes #285 3 years ago
Ben Hansen 611b299072 missed multiview in tutorial3 3 years ago
Ben Hansen ef72161771 Merge branch 'master' of github.com:sotrh/learn-wgpu 3 years ago
Ben Hansen 4ae6c3f89f added 0.12.md and examples now compile 3 years ago
Ben Hansen 2073b0fbc1 updated to 0.12 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
Josh015 110743247f Whoops 3 years ago
Josh015 a90a168280 Fixed flipped tex_coords in tutorial5-textures 3 years ago
sotrh aa204f2178
Merge pull request #266 from nxsy/cgmath-prelude-import
Add cgmath prelude import in tutorial 7
3 years ago
sotrh be7aa893d6
Merge pull request #267 from nxsy/tutorial9-rgba-as-reference
Provide explanation why rgba is no longer a reference
3 years ago
sotrh fc9d31f87c
Merge pull request #268 from nxsy/tutorial9-import-trait
Explain why model::Vertex needs to be imported in tutorial 9
3 years ago
Neil Blakey-Milner 85fa2ccea9 Simplify the bind_group flow in tutorial 9 3 years ago
Neil Blakey-Milner 0821b6fd9a Explain why model::Vertex needs to be imported in tutorial 9 3 years ago
Neil Blakey-Milner 02e99b66ab Provide explanation why rgba is no longer a reference 3 years ago
Neil Blakey-Milner f9cfd79d95 Add cgmath prelude import in tutorial 7 3 years ago
sotrh b0d9ac3245
Merge pull request #261 from Paulo-21/patch-1
Update docs.rs link to 0.11.0
3 years ago
Arif Driessen f0035b6b9b
Remove redundant 'NEW' comment from label
PipelineLayoutDescriptor already has its label set when we get to this point in the tutorial.

(It's set at docs/beginner/tutorial3-pipeline/README.md, line 154)
3 years ago