Commit Graph

320 Commits (02994d1eb6290c7ecf39bafaddd36cc2376c35fd)

Author SHA1 Message Date
sotrh 02994d1eb6
Merge pull request #197 from sotrh/0.9
0.9
3 years ago
Ari df21a35be1 Why'll should be While 3 years ago
Ben Hansen 0813fd03a4 Merge branch 'master' into 0.9 3 years ago
Rokonio 0f63cee02e
Update README.md
When the vertex class is updated, the `bytemuck`s trait were missing
3 years ago
Ben Hansen b5ce220c2b upgraded to 0.9 3 years ago
Ben Hansen c22808f17a fixed #162 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
Ben Hansen 5f77f40ec1 fixes #191 3 years ago
Ben Hansen 53a019b902 fixed #189 3 years ago
Aevyrie 2eeffbb84a
Rename RenderPassDepthStencilAttachmentDescriptor
Rename RenderPassDepthStencilAttachmentDescriptor -> RenderPassDepthStencilAttachment

See: https://docs.rs/wgpu/0.8.1/wgpu/struct.RenderPassDepthStencilAttachment.html
3 years ago
Aevyrie e16efae327
Remove clamp_depth from DepthStencilState
clamp_depth no longer exists on DepthStencilState, and is instead only on PrimitiveState.
3 years ago
sotrh 0585ca5ca5
Merge pull request #188 from aevyrie/patch-2
wgpu 0.8 corrections
3 years ago
sotrh f2dd260ce6
Merge pull request #187 from aevyrie/patch-1
Update README.md
3 years ago
Aevyrie 5cd42e231c
Missing qualifier 3 years ago
Aevyrie adc729747b
Fix grammatical error 3 years ago
Ben Hansen 72cd5e9eb4 fixed broken demos 3 years ago
Aevyrie c9003caa9f
ImageDataLayout change 3 years ago
Aevyrie b8853689fe
wgpu 0.8 BlendState change 3 years ago
Aevyrie 382f12383e
Update README.md
Small typo.
3 years ago
sotrh dd7d48929f
Merge pull request #181 from al-tameemi/e6029cb
Updated the use of RenderPassColorAttachmentDescriptor to RenderPassColorAttachment
3 years ago
Hugo Woodiwiss 67c9246b2f
Updated tutorial to work with tobj 3.0.x 3 years ago
Mohammed Al-Tameemi 17ca6e5a3e Updated to the new color attachment method 3 years ago
nyx 7755e16a4b Changed wgpu version in example
Removed shaderc from example
3 years ago
sotrh e6029cb259
Merge pull request #171 from lukeKonopka/fix-readme-typo
Fix typo in README.md
3 years ago
Ben Hansen 2dd8d7bf82 fixes #176 3 years ago
Ben Hansen de57cdf4ea fixes #173 3 years ago
Ben Hansen 9baae51fe3 finishing up 0.8 3 years ago
Ben Hansen 63e0d9c6b8 intermediate tutorials migrated 3 years ago
Ben Hansen b160f28d48 tutorials 6-9 migrated 3 years ago
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
Łukasz Konopka 10760a73de Fix typo 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 3 years ago
Henry Segal 18dff8f171
Fix typos 3 years ago
Hiroaki Yutani 1bb374c89e docs 3 years ago
Hiroaki Yutani 7293547212 Bump cgmath version 3 years ago
Sergii Penner 597c37b8b1
Fix typo
Fixed typo 'upc close' -> 'up close'.
3 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