Commit Graph

71 Commits (ba7e2e5c7aa849d5cda05969584e7a1fc451468f)

Author SHA1 Message Date
Blatko1 ba7e2e5c7a
Tutorial3 6 months ago
Benjamin Hansen 653a9928b3 0.18 and hdr tutorial 7 months ago
erwanvivien 9db939d53c
feat: added tesselation shader & consider not using them
Example of people not recommending them:
- https://www.reddit.com/r/vulkan/comments/c9ws13/comment/etaunjz/?utm_source=share&utm_medium=web2x&context=3
  - http://www.joshbarczak.com/blog/?p=667
- https://www.reddit.com/r/gamedev/comments/1d5duf/comment/c9n2xri/?utm_source=share&utm_medium=web2x&context=3
- https://community.khronos.org/t/does-the-use-of-geometric-shaders-significantly-reduce-performance/106326
1 year ago
Benjamin Hansen 714ea27bc2 adding wgpu to fully qualify `include_wgsl!` macro as part of #423 2 years ago
relrelb f6beebae17
Change link to HTTPS 2 years ago
Ben Hansen c480fd51dc fixes #391 2 years ago
Jinlei Li df68d03bb4 Fix `targets` data type in the doc 2 years ago
Ben Hansen 56c917c749 correcting code in tutorial3 and tutorial2 2 years ago
Ben Hansen a2a1d69133 migrated to 0.13 2 years ago
disdamoe 03e905cc4d Fixed accidental indentation change 2 years ago
disdamoe 33bd66e368 docs for tutorials 1-9: typos, references to `main.rs` supposed to be to `lib.rs`, and readability changes 2 years ago
Ben Hansen ef6ec265d8 Merge branch 'master' into web2 2 years ago
Yifeng Wang cdf0b152b1 fix typo 2 years ago
Ben Hansen 2bb9be1660 tutorials 2-8 now have working web examples 2 years ago
Hiroaki Yutani 47d822865e Update the description about WGSL 2 years ago
Hiroaki Yutani 2dcbfbe01e Mention include_wgsl! 2 years ago
Ben Hansen 611b299072 missed multiview in tutorial3 2 years ago
Ben Hansen ef72161771 Merge branch 'master' of github.com:sotrh/learn-wgpu 2 years ago
Ben Hansen 2073b0fbc1 updated to 0.12 2 years ago
Niklas Eicker 064a0a5efd Some small fixes for beginner tutorials 1 to 5 2 years ago
Arif Driessen 87c380517d
small typo 3 years ago
Ferdinand Schäffler bd46bdb243 Converted docs. 3 years ago
laalsaas 297923e578
fix typo kronos to khronos 3 years ago
Fabian Kloiber 6546507acf Fix wording
Remove duplicate "the" and shuffle some words around
3 years ago
Chris Boyce 1ab24facf2
Fixed mask field name in text 3 years ago
Ben Hansen a2285094c2 fixed #231 3 years ago
Ben Hansen 0f618a2ff8 migrated tutorial3 3 years ago
Ben Hansen 822f2d6191 started 0.10 3 years ago
sotrh ed186bf229
Merge pull request #215 from rokonio/patch-3
Another tiny fix
3 years ago
Rokonio aadd2e67b6
Another tiny fix 3 years ago
Rokonio ab78dcf7a7
Found a typo 3 years ago
Gwenhwyfar Hartshaw 55c9a7f44c
Add missing fields in PrimitiveState
The render pipeline page was missing the `clamp_depth` and `conservative` fields of the `wgpu::PrimitiveState` struct, added with wgpu 0.8.  These were correct in the full code, but not the snippets in the doc.
3 years ago
Aevyrie b8853689fe
wgpu 0.8 BlendState change 3 years ago
Mohammed Al-Tameemi 17ca6e5a3e Updated to the new color attachment method 3 years ago
Ben Hansen de57cdf4ea fixes #173 3 years ago
Ben Hansen 68b563b8e6 updated tutorial3-pipeline docs 3 years ago
Ben Hansen f3ebc0e666 fixed panic in tutorials 3 and 4 3 years ago
Ben Hansen 46eb5eb139 code now builds on 0.8 3 years ago
sotrh d8a861b515
Merge branch 'master' into cgmath-0.18 3 years ago
Hiroaki Yutani 24f565ee58 Update winit to 0.24 3 years ago
Hiroaki Yutani 7293547212 Bump cgmath version 3 years ago
Ben Hansen e7318530d4 migrated docs for tutorials 1-3 and cargo fmt 3 years ago
Ben Hansen 91879d405b code up to 7 migrated 3 years ago
Ben Hansen 47fd27669e migrated tutorials 1 and 2 3 years ago
Ben Hansen 19c99e28d0 Merge branch 'master' of https://github.com/sotrh/learn-wgpu 3 years ago
Ben Hansen 1f9024691c shaderc 1.6 -> 0.7 3 years ago
Renato Caldas d44f216b14 Fix inconsistent position of the 'size' field in the beginner tutorials 3 years ago
DevJac 468807e8a3 Link to Cargo Book for more info about build scripts 3 years ago
Ben Hansen aa8f9f269d fixed #119 4 years ago
Ben Hansen 6f29ba738b fixes #108 4 years ago