Commit Graph

856 Commits (0.13)
 

Author SHA1 Message Date
rhysd 54121a5c54 fix some typos 2 years ago
Ben Hansen 4d0be61d76 typos in news/0.12 2 years ago
Ben Hansen c0843b3f92 fixes #285 2 years ago
Ben Hansen 611b299072 missed multiview in tutorial3 2 years ago
Ben Hansen 75bc7c4ef7 typo in alignment 2 years ago
Ben Hansen ef72161771 Merge branch 'master' of github.com:sotrh/learn-wgpu 2 years ago
Ben Hansen f13781a878 more work on alignment page 2 years ago
Ben Hansen 7a42a0d4db reworking the alignment readme 2 years ago
Ben Hansen 4ae6c3f89f added 0.12.md and examples now compile 2 years ago
Ben Hansen a4ce6093b7 pong is working again 2 years ago
Ben Hansen 2073b0fbc1 updated to 0.12 2 years ago
sotrh ea77676365
Merge pull request #281 from NiklasEi/fixes_for_beginner_tutorials_1_to_5
Some small fixes for beginner tutorials 1 to 5
3 years ago
Niklas Eicker 064a0a5efd Some small fixes for beginner tutorials 1 to 5 3 years ago
sotrh 37a097ad97
Merge pull request #276 from turboMaCk/typos
Typo fixes in main README.md
3 years ago
Ben Hansen 0eed08b713 updated news for pong web release 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
Marek Fajkus f16e128c33
fix typos in main README 3 years ago
Ben Hansen 3afb7099b2 Merge branch 'web' 3 years ago
Ben Hansen d3489ec360 updating package-lock.json 3 years ago
Ben Hansen bd6721dde2 some fixes to web 3 years ago
Ben Hansen 9570712cfc trying to fix wasm deploy 3 years ago
Ben Hansen 52aa4a3d9b install wasm-pack on deploy 3 years ago
Ben Hansen ccafb3f6e2 Merge branch 'master' of github.com:sotrh/learn-wgpu 3 years ago
Ben Hansen ac73aee9f5 Merge branch 'web' 3 years ago
Ben Hansen 19c1c08b62 added build-wasm.sh to deploy 3 years ago
sotrh 7addf33691
Merge pull request #274 from Josh015/master
Fixed flipped tex_coords in tutorial5-textures
3 years ago
Josh015 110743247f Whoops 3 years ago
Josh015 a90a168280 Fixed flipped tex_coords in tutorial5-textures 3 years ago
sotrh cd11a65a8e
Merge pull request #273 from redwarp/patch-1
Fix depth buffer challenge
3 years ago
Benoît Vermont 9ba4795d9c
Fix challenge depth buffer challenge
The shader.wgsl contains entry point `vs_main` and `fs_main`, but the rust code would reference them `main` and `main`

It would cause the following crash when trying to run the code:
```
[2021-11-25T14:50:43Z ERROR wgpu::backend::direct] Handling wgpu errors as fatal by default
thread 'main' panicked at 'wgpu error: Validation Error

Caused by:
    In Device::create_render_pipeline
      note: label = `Render Pipeline`
    error matching VERTEX shader requirements against the pipeline
    unable to find entry point 'main'
```

This fixes it.
3 years ago
sotrh 96d29fae84
Merge pull request #264 from Newbytee/patch-1
Fix challenge code for tutorial 3 crashing
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 92c56a6aa4
Merge pull request #272 from nxsy/tutorial12-updates
Minor update nits for tutorial 12
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
sotrh f01bd48a81
Merge pull request #269 from nxsy/tutorial9-missing-bind-group
Simplify the bind_group flow in tutorial 9
3 years ago
sotrh a3b9a42c7a
Merge pull request #270 from nxsy/tutorial10-into
Update tutorial 10 to match types and remove deprecated flags
3 years ago
sotrh c1ecd50064
Merge pull request #271 from nxsy/tutorial11-missing-renamed-vars
Add missing or rename shader vars
3 years ago
Neil Blakey-Milner 24f4ccea20 Minor update nits for tutorial 12 3 years ago
Neil Blakey-Milner 6f388ff8eb Improve clarity of tutorial11 in terms of updates, files 3 years ago
Neil Blakey-Milner 41d8286645 Add missing or rename shader vars 3 years ago
Neil Blakey-Milner 6be05f781e Update tutorial 10 to match types and remove deprecated flags 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