Commit Graph

1069 Commits

Author SHA1 Message Date
Benjamin Hansen
2898a72bc0 switched to custom wasm-builder instead of wasm-pack for examples 2023-03-25 14:16:07 -06:00
Ben Hansen
514e957099
Merge pull request #463 from Blatko1/master
fixed not working link
2023-03-25 12:57:24 -06:00
dependabot[bot]
548bfb0a2c
Bump openssl from 0.10.42 to 0.10.48
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.42 to 0.10.48.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.42...openssl-v0.10.48)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-25 01:53:26 +00:00
Blatko1
9c2250bd0f
fix not working link 2023-03-24 21:28:37 +01:00
Asier Illarramendi
41d3b9daa3
Add missing view_formats
In "Depth Buffer" chapter.
2023-02-20 18:06:46 +01:00
Will Crichton
9e2ada2a0f Simplify .filter(..).next() to .find(). Eliminate unnecessary lifetime parameter in Vertex::desc 2023-02-19 14:30:32 -08:00
cpadilla
2fa53e4a4e
Removing & reference from new() parameter 2023-02-18 16:14:30 -08:00
Asier Illarramendi
a6037f015d
Improve instancing layout comments order
I find it clearer if the comment explaining why 4 slots are needed is moved before the first slot definition.
2023-02-17 20:22:38 +01:00
Ben Hansen
3d225e287a
Merge pull request #454 from Okirshen/patch-2
Grammar Mistake
2023-02-17 11:20:23 -07:00
Okirshen
0e3483df39
Grammar Mistake 2023-02-16 00:59:43 +00:00
Benjamin Hansen
7d3961cb76 fixes #453 2023-02-11 17:52:17 -07:00
Ben Hansen
d1de7be91c
Merge pull request #451 from clarkeaa/tut2-copy
Minor spelling error and capitalization fix.
2023-02-09 20:50:35 -07:00
Benjamin Hansen
57a6ff4bc3 added 0.15 news doc 2023-02-04 17:56:39 -07:00
Aaron Clarke
dbd18ddf00 Minor spelling error and capitalization fix. 2023-02-03 23:26:24 -08:00
dependabot[bot]
719ee796bf
Bump tokio from 1.21.2 to 1.25.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.25.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.2...tokio-1.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 00:40:03 +00:00
sotrh
04276c1500
Merge pull request #448 from sotrh/0.15
0.15
2023-02-02 10:52:36 -07:00
Benjamin Hansen
68db03eaed updated patrons list 2023-02-02 10:52:01 -07:00
Benjamin Hansen
639e645b8b added warning to pong 2023-02-01 21:36:14 -07:00
Benjamin Hansen
9f2ecaec4a added view_formats details to the docs 2023-02-01 21:26:30 -07:00
Benjamin Hansen
7227f8d169 changes for 0.15 2023-01-30 11:09:26 -07:00
sotrh
eec4884938
Merge pull request #422 from sotrh/dependabot/npm_and_yarn/decode-uri-component-0.2.2
Bump decode-uri-component from 0.2.0 to 0.2.2
2023-01-28 12:26:06 -07:00
sotrh
29bc5f0fe2
Merge pull request #425 from sotrh/dependabot/npm_and_yarn/qs-6.5.3
Bump qs from 6.5.2 to 6.5.3
2023-01-28 12:25:57 -07:00
sotrh
424a33bf3d
Merge pull request #444 from matthiascy/master
fix issue #442
2023-01-28 12:25:39 -07:00
sotrh
c17e90d926
Merge pull request #433 from erwanvivien/explain-objmodel
feat: added more information on obj_model setup
2023-01-28 12:11:43 -07:00
matthiascy
b3de9fc9d4 fix tutorial8 challenge depth map sampling 2023-01-26 12:02:45 +01:00
dependabot[bot]
e2739ad66f
Bump decode-uri-component from 0.2.0 to 0.2.2
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-14 22:16:51 +00:00
sotrh
f1f504519b
Merge pull request #427 from erwanvivien/master
More details on geometry shader
2023-01-14 15:10:21 -07:00
sotrh
f94875e2a8
Merge branch 'master' into master 2023-01-14 15:09:54 -07:00
Benjamin Hansen
fed567c168 fixed #435 and #382 2023-01-14 15:00:24 -07:00
Benjamin Hansen
09207e9403 changed State to own window 2023-01-14 13:32:51 -07:00
Benjamin Hansen
a9230e981e upgraded dependencies 2023-01-14 12:43:55 -07:00
sotrh
664322e65a
Merge pull request #430 from erwanvivien/compare-function-doc
feat: added link to CompareFunction
2023-01-14 11:54:43 -07:00
sotrh
635522756b
Update README.md
Better grammar
2023-01-14 11:54:20 -07:00
erwanvivien
ad1776684b
fix: typo indicdes -> indices 2023-01-14 19:49:41 +01:00
sotrh
cdf276a5f5
Merge pull request #431 from erwanvivien/depth-texture-state-field
fix: Missing struct field
2023-01-14 11:47:40 -07:00
sotrh
54cc0f086c
Merge pull request #434 from nekodjin/master
fix: update outdated info on getting supported formats.
2023-01-14 11:44:18 -07:00
sotrh
fc21a0f664
Merge pull request #436 from James2022-rgb/feature/fix_illegal_lod_min_clamp
Stop using illegal negative values for `wgpu::SamplerDescriptor::lod_min_clamp`.
2023-01-14 11:42:49 -07:00
sotrh
d6460df9b2
Merge pull request #438 from ktravis/patch-1
fix: Tiny typo in window tutorial
2023-01-14 11:40:53 -07:00
sotrh
1ec11ef789
Merge pull request #439 from zimurgh/zimurgh-tutorial11-normals-fix-typos
Fix to docs for tutorial 11
2023-01-14 11:40:31 -07:00
Michael Carpenter
8f709412d2 Fix to docs for tutorial 11 2023-01-07 13:38:57 -05:00
Kyle Travis
656f4d7691
Tiny typo in window tutorial 2023-01-06 23:12:46 -05:00
James0124
c1ebece9c1
Stop using illegal negative values for wgpu::SamplerDescriptor::lod_min_clamp.
WebGPU valid usage states `lodMinClamp` must not be negative, and `lodMaxClamp` must be >= `lodMinClamp`
2023-01-06 06:03:27 +09:00
Avery R
3863322aee
update info on getting supported formats
Replace the outdated information about `get_preferred_format` with current information on `get_supported_formats`.
2023-01-04 11:53:30 -05:00
erwanvivien
2876a669f1
feat: added more information on obj_model setup 2023-01-01 21:28:54 +01:00
erwanvivien
a325686cdb
fix: Missing struct field
There was no instruction on the field to add to State.

It can be easily found, but it's better if in the tutorial
2022-12-29 00:16:58 +01:00
erwanvivien
c125d28743
feat: added link to CompareFunction
It adds more insights to what the field are for
2022-12-29 00:08:31 +01:00
erwanvivien
3e775e000d
feat: added link to CompareFunction
It adds more insights to what the field are for
2022-12-29 00:07:15 +01:00
Benjamin Hansen
8c4d2b5871 more testing for #426 2022-12-28 14:39:58 -07:00
Benjamin Hansen
3fde56d264 fixes #429 2022-12-28 14:35:17 -07:00
Benjamin Hansen
9a14ea3fdf refining lost-window demo 2022-12-27 13:02:20 -07:00