Commit Graph

513 Commits (ed34bbfbce2c25b5521c8bca8b0410fb4ce86590)
 

Author SHA1 Message Date
Martino Fontana ed34bbfbce Removed unnecessary mut 3 years ago
Martino Fontana c55ea96d0d Removed unnecessary .clone() 3 years ago
Martino Fontana 467cec5367 Removed unnecessary borrows 3 years ago
Martino Fontana 2c811f43a4 Truncated excessive float precision 3 years ago
Martino Fontana c80b5a9ae2 Collapsed event_loop match 3 years ago
Martino Fontana b5af53b272 Simplify DrawModel and DrawLight lifetimes 3 years ago
Ben Hansen 12c7ba6de8 fixed #182 3 years ago
Ben Hansen f46b2f6d74 fixed #142 3 years ago
Ben Hansen 87c6fa9971 fixed #158 3 years ago
sotrh 0dce068dcc
Merge pull request #205 from hwoodiwiss/fix-tutorial-10
fix: Tutorial 10 Docs Specular Lighting Shader Problems
3 years ago
sotrh 1bedd09f25
Merge pull request #204 from zesterer/master
Switched to pollster
3 years ago
Hugo Woodiwiss 87d74d104f
Fix type issue when using pow in wgsl 3 years ago
Hugo Woodiwiss af11f05523
Fix errors in tutorial for specular lighting
Also minor fix to file name
3 years ago
Joshua Barretto 12ba9bed0c Switched to pollster 3 years ago
sotrh 02994d1eb6
Merge pull request #197 from sotrh/0.9
0.9
3 years ago
sotrh dd7725f2d2
Merge pull request #203 from aricasas/master
Fix typo in News
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
sotrh ff628ff2c0
Merge pull request #178 from sotrh/dependabot/npm_and_yarn/browserslist-4.16.6
Bump browserslist from 4.11.1 to 4.16.6
3 years ago
sotrh 674d14c36c
Merge pull request #183 from sotrh/dependabot/npm_and_yarn/dns-packet-1.3.4
Bump dns-packet from 1.3.1 to 1.3.4
3 years ago
sotrh 6973012cbd
Merge pull request #186 from sotrh/dependabot/npm_and_yarn/ws-6.2.2
Bump ws from 6.2.1 to 6.2.2
3 years ago
sotrh 7dc6e49e4d
Merge pull request #192 from sotrh/dependabot/npm_and_yarn/postcss-7.0.36
Bump postcss from 7.0.27 to 7.0.36
3 years ago
sotrh be30044db4
Merge pull request #194 from rokonio/patch-1
Update README.md
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
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
dependabot[bot] 64f3089a97
Bump postcss from 7.0.27 to 7.0.36
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.27 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.27...7.0.36)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
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
dependabot[bot] ebf7436a93
Bump ws from 6.2.1 to 6.2.2
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/commits)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
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