Commit Graph

474 Commits (f111c33cba9d9eee724f06698363700f939190ce)

Author SHA1 Message Date
Benjamin Hansen 509dc856a1 fixes #475 10 months ago
Ben Hansen 0d55cbe1f8
Merge pull request #481 from adsick/patch-1
typo fix
11 months ago
Benjamin Hansen 7de671074b removed reference to NonZeroU32 from tutorial5 11 months ago
Benjamin Hansen b76dfa4a44 fixes #478 11 months ago
Benjamin Hansen d554341f05 fixes #485 11 months ago
Ben Hansen a477f97572
Merge pull request #494 from sotrh/0.17
update to 0.17
11 months ago
Benjamin Hansen 35a4e1642b update to 0.17 11 months ago
Vadim 50edc7c15a
typo fix 1 year ago
Ben Hansen 11820796f5
Merge pull request #479 from Piturnah/patch-1
Remove erroneous code from future
1 year ago
Benjamin Hansen 48d4d1a353 pong and news 1 year ago
Benjamin Hansen 8b8e844b76 update to 0.16 1 year ago
Peter Hebden 0062a0569e
Remove code from future 1 year ago
Ben Hansen a1f5995f49
Merge pull request #455 from doup/patch-1
Improve instancing `VertexBufferLayout` creation comments order
1 year ago
Ben Hansen 7a5b20a9ac
Merge pull request #456 from cpadilla/master
Removing & reference from new() parameter
1 year ago
Ben Hansen 3e1caeec90
Merge pull request #457 from willcrichton/little-fixes
Simplify `.filter(..).next()` to `.find()`. Eliminate unnecessary lifetime parameter in `Vertex::desc`.
1 year ago
Ben Hansen df157d7e39
Merge pull request #458 from doup/patch-2
Add missing `view_formats`
1 year ago
lubomirkurcak aa867e1de8
Fix typo 1 year ago
Benjamin Hansen 2898a72bc0 switched to custom wasm-builder instead of wasm-pack for examples 1 year ago
Blatko1 9c2250bd0f
fix not working link 1 year ago
Asier Illarramendi 41d3b9daa3
Add missing `view_formats`
In "Depth Buffer" chapter.
1 year ago
Will Crichton 9e2ada2a0f Simplify `.filter(..).next()` to `.find()`. Eliminate unnecessary lifetime parameter in `Vertex::desc` 1 year ago
cpadilla 2fa53e4a4e
Removing & reference from new() parameter 1 year ago
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.
1 year ago
Benjamin Hansen 7d3961cb76 fixes #453 1 year ago
Aaron Clarke dbd18ddf00 Minor spelling error and capitalization fix. 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 c17e90d926
Merge pull request #433 from erwanvivien/explain-objmodel
feat: added more information on obj_model setup
1 year ago
sotrh f94875e2a8
Merge branch 'master' into master 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
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
2 years ago
erwanvivien c125d28743
feat: added link to CompareFunction
It adds more insights to what the field are for
2 years ago
erwanvivien 3e775e000d
feat: added link to CompareFunction
It adds more insights to what the field are for
2 years ago
Benjamin Hansen 3fde56d264 fixes #429 2 years 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
2 years ago
erwanvivien 5d8b5b5852
Merge branch 'sotrh:master' into master 2 years ago
Benjamin Hansen 714ea27bc2 adding wgpu to fully qualify `include_wgsl!` macro as part of #423 2 years ago
erwanvivien 50ca6f8b22
fix: added missing curly to match 2 years ago
erwanvivien 424bcfeed1
fix: removed curly, repeated prototype 2 years ago