Commit Graph

290 Commits (f1c75366688ad6828055c6de34b236fcb0d3c433)

Author SHA1 Message Date
Ben Hansen f1c7536668 migrated tutorial 4 and 5 3 years ago
Ben Hansen 68b563b8e6 updated tutorial3-pipeline docs 3 years ago
Ben Hansen 8e6e6e7092 fixed #174 3 years ago
Ben Hansen d2889cd50a beginner tutorial code now uses wgsl 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
sotrh c5c3e907c7
Merge pull request #163 from segalll/master
Fix typos in beginner window tutorial
3 years ago
Hiroaki Yutani 24f565ee58 Update winit to 0.24 4 years ago
Henry Segal 18dff8f171
Fix typos 4 years ago
Hiroaki Yutani 1bb374c89e docs 4 years ago
Hiroaki Yutani 7293547212 Bump cgmath version 4 years ago
Sergii Penner 597c37b8b1
Fix typo
Fixed typo 'upc close' -> 'up close'.
4 years ago
sotrh 674312d3b2
Merge pull request #147 from yutannihilation/tutorial1-use
use winit:🪟:Window
4 years ago
sotrh d5ab40ade1
Merge pull request #151 from vigdail/patch-1
Tutorial 9. Texture::load() return type fix
4 years ago
sotrh 220366adcc
Merge pull request #152 from pop/edits/misc-typos
Misc typo and code fixes.
4 years ago
Chris 0926c253e5
Rename OUTPUT_ATTACHMENT to RENDER_ATTACHMENT 4 years ago
Elijah C. Voigt bcc79b5e41 Misc typo and code fixes.
009: impl Vertex for ModelVertex was using the vertex_attr_array! macro.
009: RenderPipelineDescriptor has a `vertex` member not  `vertex_state`.
009: to_rgba() should be to_rgba8(), to_rgba is set to be deprecated.

010: BindGroupDescriptor has a `entries` member not `bindings`.
010: Remove re-declaration of mat4 model_matrix;
010: Prefer hard-coded [#.#; #] instead of `Foo::fn().into()`.
010: Clarify which shader frag/vert file changes are in.

011: Change Model::load return type to Result<Self>.
011: TextureDescriptor does not have a array_layer_count member.

012: Add .into() to calls in Uniforms::update_view_proj().
012: Dereference delta variable in State::input().

013: Add more changed lines to Model::load to avoid compiler yelling.
4 years ago
vigdail 9f254cc794
Tutorial 9. Texture::load() return type fix 4 years ago
Hiroaki Yutani f0f1ec0e12 Fix module path 4 years ago
Hiroaki Yutani e5bea6e29f Move comment 4 years ago
sotrh 80ecaade61
Merge pull request #146 from yutannihilation/doc/link-to-github
Add a link to GitHub repo
4 years ago
sotrh 195945083b
Merge pull request #149 from yutannihilation/patch-7
Minor fixes on tutorial 6
4 years ago
Hiroaki Yutani b09302f23e Remove & from set_vertex_buffer() 4 years ago
Hiroaki Yutani 0da538190a
Minor fixes on tutorial 6 4 years ago
Hiroaki Yutani a13c43f6b2 use winit::Window; 4 years ago
Hiroaki Yutani 79ecc1643b Add a link to GitHub repo 4 years ago
Raphael Van Hoffelen 1699be127d
Fixed spelling mistake 4 years ago
Ben Hansen 37a7e12cea updated patron list 4 years ago
Ben Hansen 3e1f1a8a8a Merge branch '0.7' 4 years ago
Ben Hansen e833a50c44 updated news md 4 years ago
Linden Krouse f6f6fa29c4
Fixed some spelling and grammar errors 4 years ago
sotrh a86a0cc7dc
Merge pull request #138 from dakizu/patch-1
Fix a broken link
4 years ago
[redacted] 3bd1534016
Fix a broken link
Existing link wasn't pointing to normals page.
4 years ago
Ben Hansen 5029aa196d migrated gifs showcase 4 years ago
Ben Hansen fb73851e5d migrated imgui showcase 4 years ago
Ben Hansen 87d0a97404 migrated intermediate tutorial docs 4 years ago
Ben Hansen e3592e2809 migrated docs for tutorials 4-9 4 years ago
Ben Hansen e7318530d4 migrated docs for tutorials 1-3 and cargo fmt 4 years ago
Ben Hansen 361bee3c58 migrated windowless docs 4 years ago
Ben Hansen b4dd4654e4 intermediate tutorial code migrated 4 years ago
Ben Hansen 3901419a58 beginner tutorial code done 4 years ago
Ben Hansen 91879d405b code up to 7 migrated 4 years ago
Ben Hansen 47fd27669e migrated tutorials 1 and 2 4 years ago
Aleksey Halahan ad0515bdfb
Fix a type in the code example
Was missing the `slice` method
4 years ago
Ben Hansen 19c99e28d0 Merge branch 'master' of https://github.com/sotrh/learn-wgpu 4 years ago
Ben Hansen 1f9024691c shaderc 1.6 -> 0.7 4 years ago
Fisher Darling 5547528cf0
Fixed small typo in beginner/tutorial8-depth 4 years ago
Renato Caldas d44f216b14 Fix inconsistent position of the 'size' field in the beginner tutorials 4 years ago
Renato Caldas e61b939889 Remove stray field 'colour' from State 4 years ago