Commit Graph

484 Commits (c22808f17a09ec37edab1efc60b3fd8a0bf36326)
 

Author SHA1 Message Date
Ben Hansen c22808f17a fixed #162 3 years ago
sotrh 5262ef07a2
Merge pull request #193 from krsnik02/patch-1
Add missing fields in PrimitiveState
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
sotrh d45b0982f4
Merge pull request #190 from aevyrie/patch-3
Remove clamp_depth from DepthStencilState
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
sotrh d7fdcbefdb
Merge pull request #185 from hwoodiwiss/update-tobj
Update tobj to 3.0.x
3 years ago
Hugo Woodiwiss 3a4b2d56dc
Update tutorial 13 to tobj 3.0.x 3 years ago
Hugo Woodiwiss fd7b232e6f
Update tutorial 12 to tobj 3.0.x 3 years ago
Hugo Woodiwiss 08fc3e41d0
Update tutorial 11 to tobj 3.0.x 3 years ago
Hugo Woodiwiss 67c9246b2f
Updated tutorial to work with tobj 3.0.x 3 years ago
Hugo Woodiwiss 72ea816735
Update tobj in lighting tutorial 3 years ago
Hugo Woodiwiss 8a01d0e519
Update model loading tutorial to tobj 3.0.x 3 years ago
sotrh 4e7d249943
Merge pull request #179 from NyxZuSehen/master
Removed shaderc from dependencies and bumped up wgpu version in beginner window tutorial
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
nyx 5e52c7dc07 Removed shaderc from Cargo.toml dependencies 3 years ago
sotrh e6029cb259
Merge pull request #171 from lukeKonopka/fix-readme-typo
Fix typo in README.md
3 years ago
sotrh f6d5592eca
Merge pull request #166 from sotrh/dependabot/npm_and_yarn/ssri-6.0.2
Bump ssri from 6.0.1 to 6.0.2
3 years ago
sotrh 21fd7689fa
Merge pull request #169 from sotrh/dependabot/npm_and_yarn/url-parse-1.5.1
Bump url-parse from 1.4.7 to 1.5.1
3 years ago
sotrh 8fe220c09e
Merge pull request #170 from sotrh/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.19 to 4.17.21
3 years ago
Ben Hansen 2dd8d7bf82 fixes #176 3 years ago
Ben Hansen de57cdf4ea fixes #173 3 years ago
sotrh c527e8ec9a
Merge pull request #177 from sotrh/0.8
0.8
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 4e6c061914 fixing warnings 3 years ago
Ben Hansen 2f8bf02710 finished migrating challenge shaders and cargo fmt 3 years ago
Ben Hansen f9ee77844d removed shaderc from build.rs 3 years ago
Ben Hansen 8e6e6e7092 fixed #174 3 years ago
Ben Hansen c21c7bd889 tutorials 12 and 13 now use wgsl 3 years ago
Ben Hansen d2db4fa575 migrated tutorial11-normals code 3 years ago
Ben Hansen d6d268bd44 tutorial10 lighting now uses wgsl 3 years ago
Łukasz Konopka 10760a73de Fix typo 3 years ago
dependabot[bot] 7f6f3bd4ad
Bump lodash from 4.17.19 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Ben Hansen d2889cd50a beginner tutorial code now uses wgsl 3 years ago