Commit Graph

953 Commits (0.15)
 

Author SHA1 Message Date
Benjamin Hansen 68db03eaed updated patrons list 1 year ago
Benjamin Hansen 639e645b8b added warning to pong 1 year ago
Benjamin Hansen 9f2ecaec4a added `view_formats` details to the docs 1 year ago
Benjamin Hansen 7227f8d169 changes for 0.15 1 year ago
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
1 year ago
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
1 year ago
sotrh 424a33bf3d
Merge pull request #444 from matthiascy/master
fix issue #442
1 year ago
sotrh c17e90d926
Merge pull request #433 from erwanvivien/explain-objmodel
feat: added more information on obj_model setup
1 year ago
matthiascy b3de9fc9d4 fix tutorial8 challenge depth map sampling 1 year ago
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>
1 year ago
sotrh f1f504519b
Merge pull request #427 from erwanvivien/master
More details on geometry shader
1 year ago
sotrh f94875e2a8
Merge branch 'master' into master 1 year ago
Benjamin Hansen fed567c168 fixed #435 and #382 1 year ago
Benjamin Hansen 09207e9403 changed State to own window 1 year ago
Benjamin Hansen a9230e981e upgraded dependencies 1 year ago
sotrh 664322e65a
Merge pull request #430 from erwanvivien/compare-function-doc
feat: added link to CompareFunction
1 year ago
sotrh 635522756b
Update README.md
Better grammar
1 year ago
erwanvivien ad1776684b
fix: typo indicdes -> indices 1 year ago
sotrh cdf276a5f5
Merge pull request #431 from erwanvivien/depth-texture-state-field
fix: Missing struct field
1 year ago
sotrh 54cc0f086c
Merge pull request #434 from nekodjin/master
fix: update outdated info on getting supported formats.
1 year ago
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`.
1 year ago
sotrh d6460df9b2
Merge pull request #438 from ktravis/patch-1
fix: Tiny typo in window tutorial
1 year ago
sotrh 1ec11ef789
Merge pull request #439 from zimurgh/zimurgh-tutorial11-normals-fix-typos
Fix to docs for tutorial 11
1 year ago
Michael Carpenter 8f709412d2 Fix to docs for tutorial 11 1 year ago
Kyle Travis 656f4d7691
Tiny typo in window tutorial 1 year ago
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`
1 year ago
Avery R 3863322aee
update info on getting supported formats
Replace the outdated information about `get_preferred_format` with current information on `get_supported_formats`.
1 year ago
erwanvivien 2876a669f1
feat: added more information on obj_model setup 1 year ago
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
1 year ago
erwanvivien c125d28743
feat: added link to CompareFunction
It adds more insights to what the field are for
1 year ago
erwanvivien 3e775e000d
feat: added link to CompareFunction
It adds more insights to what the field are for
1 year ago
Benjamin Hansen 8c4d2b5871 more testing for #426 1 year ago
Benjamin Hansen 3fde56d264 fixes #429 1 year ago
Benjamin Hansen 9a14ea3fdf refining lost-window demo 1 year ago
Benjamin Hansen 494ea03fd4 added test for losing the window 1 year ago
erwanvivien 9db939d53c
feat: added tesselation shader & consider not using them
Example of people not recommending them:
- https://www.reddit.com/r/vulkan/comments/c9ws13/comment/etaunjz/?utm_source=share&utm_medium=web2x&context=3
  - http://www.joshbarczak.com/blog/?p=667
- https://www.reddit.com/r/gamedev/comments/1d5duf/comment/c9n2xri/?utm_source=share&utm_medium=web2x&context=3
- https://community.khronos.org/t/does-the-use-of-geometric-shaders-significantly-reduce-performance/106326
1 year ago
erwanvivien 5d8b5b5852
Merge branch 'sotrh:master' into master 1 year ago
dependabot[bot] ec6e344318
Bump qs from 6.5.2 to 6.5.3
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Benjamin Hansen c3242d5e33 attempt at mouse picking 1 year ago
Benjamin Hansen 714ea27bc2 adding wgpu to fully qualify `include_wgsl!` macro as part of #423 1 year ago
sotrh 3066150570
Merge pull request #418 from jinleili/translation
add a newly translated Chinese version link
1 year ago
Jinlei Li 2a6964185f Add a newly translated Chinese version link 2 years ago
sotrh b356759f6f
Merge pull request #420 from ipierago/fixes
Fixes to docs for tutorial 10 and tutorial 11
2 years ago
Ian Pieragostini ca614d6c68 Fixes to docs for tutorial 10 and tutorial 11 2 years ago
erwanvivien 50ca6f8b22
fix: added missing curly to match 2 years ago
erwanvivien 424bcfeed1
fix: removed curly, repeated prototype 2 years ago
erwanvivien e1f756af65
fix: missing ending curly brace 2 years ago
sotrh 6514c34f8d
Merge pull request #416 from Joh4nnesB/patch-camera-rotation
Updated incorrect camera pitch rotation
2 years ago
sotrh c934b51c32
Merge pull request #419 from nextdorf/master
Correct color conversation between rgb and srgb in buffer tutorial
2 years ago
nextdorf bb97a1a48e Added correct color conversation between rgb and srgb (source:
https://en.wikipedia.org/wiki/SRGB#Computing_the_transfer_function) in
buffer tutorial
2 years ago