Commit Graph

98 Commits (35a4e1642bbccef335a07db30f8e750202b48679)

Author SHA1 Message Date
Benjamin Hansen 35a4e1642b update to 0.17 10 months ago
Benjamin Hansen 48d4d1a353 pong and news 12 months ago
Benjamin Hansen 8b8e844b76 update to 0.16 12 months ago
Will Crichton 9e2ada2a0f Simplify `.filter(..).next()` to `.find()`. Eliminate unnecessary lifetime parameter in `Vertex::desc` 1 year ago
Benjamin Hansen 7d3961cb76 fixes #453 1 year ago
Benjamin Hansen 9f2ecaec4a added `view_formats` details to the docs 1 year ago
Benjamin Hansen 7227f8d169 changes for 0.15 1 year ago
Benjamin Hansen a9230e981e upgraded dependencies 1 year ago
sotrh b15873c392
Merge pull request #412 from Baguettifer/master
changed hexagon to pentagon
2 years ago
Ben Hansen 3f99b965a9 migrated to 0.14 2 years ago
Baguettifer ce34941f31 changed hexagon to pentagon 2 years ago
Jinlei Li 63f790e633 Fix the descriptions of `mag_filter` and `min_filter` fields 2 years ago
loui 777bf0f0bd
Fixing broken link to pipeline section 2 years ago
Ben Hansen a2a1d69133 migrated to 0.13 2 years ago
Lining Pan 6b2647cacb
fix: typo in write_texture
missing reference
2 years ago
Narcha e589b5d442
Remove incorrect .unwrap() 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 8bbdb09c67 fixes #278 2 years ago
Ben Hansen 3541cdb76b fixes #333 2 years ago
Ben Hansen ef6ec265d8 Merge branch 'master' into web2 2 years ago
Ben Hansen b8b8444030 fixing some readme files and migrating the lighting code 2 years ago
Ben Hansen 6324e485f1 tutorials 1-9 now work with wasm 2 years ago
Rokonio 2b9e09d19d
Fix a typo 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
rhysd c81dfd34ba fix `wgpu::SamplerBindingType` is now parameter of `wgpu::BindingType::Sampler` 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
Josh015 110743247f Whoops 3 years ago
Josh015 a90a168280 Fixed flipped tex_coords in tutorial5-textures 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
sotrh 75948417e7
Merge pull request #257 from FrankenApps/shader-entrypoints
Name shader entry points differently.
3 years ago
Ferdinand Schäffler bd46bdb243 Converted docs. 3 years ago
Pmimo d26d61e4be
Update link to 0.11 docs.rs 3 years ago
Ben Hansen 7cc67f5678 migrated to 0.11 3 years ago
Kuroki Keiichiro 29a084b1b1 Update an explaining comment for its code
The code has been updated for wgpu-0.10 (`wgpu::TextureUsage::SAMPLED`
-> `wgpu::TextureUsages::TEXTURE_BINDING`), but its comment was not
updated at the same time.
3 years ago
Adrian Hornung 6654cae15b Fixed issue with code example was not ported to 0.10.x 3 years ago
Ben Hansen 5ddd876d4f Merge branch '0.10' 3 years ago
Ben Hansen 358ecb55af migrate tutorial5 docs 3 years ago
Ben Hansen c0754f9dd3 migrated tutorial5 3 years ago
Ben Hansen 57d7eb763f migrated tutorial4 3 years ago
Ben Hansen 0f618a2ff8 migrated tutorial3 3 years ago
Ben Hansen 822f2d6191 started 0.10 3 years ago
Onirik79 cd5c440cc1
minor typo 3 years ago
Martino Fontana 2941cf7cd9 Updated dependencies where I can just change the number (not "tobj" and "gif") ("compute" can't start a trace) (didn't touch "pong" and "imgui-demo") 3 years ago
Martino Fontana 2c811f43a4 Truncated excessive float precision 3 years ago
Ben Hansen 12c7ba6de8 fixed #182 3 years ago
Ben Hansen 87c6fa9971 fixed #158 3 years ago