sotrh
be30044db4
Merge pull request #194 from rokonio/patch-1
...
Update README.md
2021-06-27 12:33:06 -06:00
Rokonio
0f63cee02e
Update README.md
...
When the vertex class is updated, the `bytemuck`s trait were missing
2021-06-26 14:47:59 +02:00
Ben Hansen
b5ce220c2b
upgraded to 0.9
2021-06-19 16:31:49 -06:00
Ben Hansen
c22808f17a
fixed #162
2021-06-19 15:27:55 -06:00
sotrh
5262ef07a2
Merge pull request #193 from krsnik02/patch-1
...
Add missing fields in PrimitiveState
2021-06-19 09:07:26 -06:00
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.
2021-06-18 13:59:09 -04:00
Ben Hansen
5f77f40ec1
fixes #191
2021-06-16 19:14:00 -06:00
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>
2021-06-16 12:36:50 +00:00
Ben Hansen
53a019b902
fixed #189
2021-06-09 12:55:00 -06:00
sotrh
d45b0982f4
Merge pull request #190 from aevyrie/patch-3
...
Remove clamp_depth from DepthStencilState
2021-06-09 12:46:44 -06:00
Aevyrie
2eeffbb84a
Rename RenderPassDepthStencilAttachmentDescriptor
...
Rename RenderPassDepthStencilAttachmentDescriptor -> RenderPassDepthStencilAttachment
See: https://docs.rs/wgpu/0.8.1/wgpu/struct.RenderPassDepthStencilAttachment.html
2021-06-08 00:19:51 -07:00
Aevyrie
e16efae327
Remove clamp_depth from DepthStencilState
...
clamp_depth no longer exists on DepthStencilState, and is instead only on PrimitiveState.
2021-06-08 00:01:59 -07:00
sotrh
0585ca5ca5
Merge pull request #188 from aevyrie/patch-2
...
wgpu 0.8 corrections
2021-06-07 17:24:47 -06:00
sotrh
f2dd260ce6
Merge pull request #187 from aevyrie/patch-1
...
Update README.md
2021-06-07 17:24:17 -06:00
Aevyrie
5cd42e231c
Missing qualifier
2021-06-06 10:32:38 -07:00
Aevyrie
adc729747b
Fix grammatical error
2021-06-06 10:30:46 -07:00
Ben Hansen
72cd5e9eb4
fixed broken demos
2021-06-06 11:13:38 -06:00
Aevyrie
c9003caa9f
ImageDataLayout change
2021-06-06 01:40:12 -07:00
Aevyrie
b8853689fe
wgpu 0.8 BlendState change
2021-06-05 23:52:02 -07:00
Aevyrie
382f12383e
Update README.md
...
Small typo.
2021-06-05 21:09:10 -07:00
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>
2021-06-05 13:31:59 +00:00
sotrh
dd7d48929f
Merge pull request #181 from al-tameemi/e6029cb
...
Updated the use of RenderPassColorAttachmentDescriptor to RenderPassColorAttachment
2021-06-01 11:57:27 -06:00
sotrh
d7fdcbefdb
Merge pull request #185 from hwoodiwiss/update-tobj
...
Update tobj to 3.0.x
2021-06-01 11:51:05 -06:00
Hugo Woodiwiss
3a4b2d56dc
Update tutorial 13 to tobj 3.0.x
2021-06-01 14:30:36 +01:00
Hugo Woodiwiss
fd7b232e6f
Update tutorial 12 to tobj 3.0.x
2021-06-01 14:29:04 +01:00
Hugo Woodiwiss
08fc3e41d0
Update tutorial 11 to tobj 3.0.x
2021-06-01 14:27:13 +01:00
Hugo Woodiwiss
67c9246b2f
Updated tutorial to work with tobj 3.0.x
2021-06-01 14:19:32 +01:00
Hugo Woodiwiss
72ea816735
Update tobj in lighting tutorial
2021-06-01 13:57:56 +01:00
Hugo Woodiwiss
8a01d0e519
Update model loading tutorial to tobj 3.0.x
2021-06-01 13:53:03 +01:00
dependabot[bot]
ea52c705df
Bump dns-packet from 1.3.1 to 1.3.4
...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases )
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 04:19:10 +00:00
sotrh
4e7d249943
Merge pull request #179 from NyxZuSehen/master
...
Removed shaderc from dependencies and bumped up wgpu version in beginner window tutorial
2021-05-26 13:37:02 -06:00
Mohammed Al-Tameemi
17ca6e5a3e
Updated to the new color attachment method
2021-05-25 20:21:56 -04:00
nyx
7755e16a4b
Changed wgpu version in example
...
Removed shaderc from example
2021-05-25 13:56:38 +02:00
nyx
5e52c7dc07
Removed shaderc from Cargo.toml dependencies
2021-05-25 13:54:54 +02:00
sotrh
e6029cb259
Merge pull request #171 from lukeKonopka/fix-readme-typo
...
Fix typo in README.md
2021-05-24 14:46:55 -06:00
dependabot[bot]
ba47888efa
Bump browserslist from 4.11.1 to 4.16.6
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.11.1 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.11.1...4.16.6 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-24 20:46:47 +00:00
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
2021-05-24 14:46:27 -06:00
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
2021-05-24 14:46:17 -06:00
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
2021-05-24 14:46:02 -06:00
Ben Hansen
2dd8d7bf82
fixes #176
2021-05-24 14:45:15 -06:00
Ben Hansen
de57cdf4ea
fixes #173
2021-05-24 14:23:53 -06:00
sotrh
c527e8ec9a
Merge pull request #177 from sotrh/0.8
...
0.8
2021-05-24 14:21:23 -06:00
Ben Hansen
9baae51fe3
finishing up 0.8
2021-05-24 13:14:17 -06:00
Ben Hansen
63e0d9c6b8
intermediate tutorials migrated
2021-05-24 11:44:10 -06:00
Ben Hansen
b160f28d48
tutorials 6-9 migrated
2021-05-20 17:53:47 -06:00
Ben Hansen
f1c7536668
migrated tutorial 4 and 5
2021-05-18 20:38:15 -06:00
Ben Hansen
68b563b8e6
updated tutorial3-pipeline docs
2021-05-18 20:28:08 -06:00
Ben Hansen
4e6c061914
fixing warnings
2021-05-18 19:20:29 -06:00
Ben Hansen
2f8bf02710
finished migrating challenge shaders and cargo fmt
2021-05-18 19:16:36 -06:00
Ben Hansen
f9ee77844d
removed shaderc from build.rs
2021-05-17 21:28:12 -06:00