Commit Graph

1091 Commits (master)
 

Author SHA1 Message Date
sotrh 24d2abb55f
Merge pull request #78 from alexheretic/tweaks
Minor tweaks
4 years ago
Alex Butler 429fd81286
Minor typo fix "now" -> "know" 4 years ago
Alex Butler a03a57bb60
Fix some easy-win lints 4 years ago
Alex Butler 541f83f228
Remove `mut queue` usage in t5 4 years ago
dependabot[bot] bb6137ccf8
Bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Jan Prudil 36b44e4799
Don't use std::mem for one invocation 4 years ago
Jan Prudil 1dd4d8c694
Use vertex_attr_array 4 years ago
Jan Prudil e4138f7973
Use vertex_attr_array 4 years ago
Jan Prudil 086c1b23c8
Use vertex_attr_array 4 years ago
Jan Prudil 4fd19939cf
Use vertex_attr_array 4 years ago
sotrh 92cc0eb817
Merge pull request #71 from sotrh/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19
4 years ago
sotrh 5e9555d4f3
Merge pull request #72 from Gryff/master
Suggestion: Indent event loop code snippet in swapchain tutorial
4 years ago
sotrh 89fb9f8cf5
Merge pull request #73 from khionu/patch-1
Remove misleading section
4 years ago
sotrh e4d9dd1ff8
Merge pull request #74 from shanehandley/master
Fix typo related to trait for external type.
4 years ago
Shane Handley e20bbd7bbf Fix typo related to trait for external type. 4 years ago
Khionu Sybiern 139d2cc04d
Update README.md
Keep `set_vertex_buffer` function to not mislead readers into replacing it instead of supplement it
4 years ago
Gryff 6ba776c01e Fix typo 4 years ago
Gryff bf20825d0d Indent code snippet for event loop in swap chain tutorial 4 years ago
Ben Hansen 252ca8b909 forgot github link, etc 4 years ago
Ben Hansen 0ae192f440 fixed missing screenshot 4 years ago
Ben Hansen d6d6995066 finished camera changes 4 years ago
Ben Hansen d14c3a4aef fixed camera issues 4 years ago
Ben Hansen 69ec7ba20b Merge branch 'master' of github.com:sotrh/learn-wgpu 4 years ago
Ben Hansen 1a6194556e working on fps camera 4 years ago
dependabot[bot] 16553c3ecb
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
sotrh b3eaf739aa
Merge pull request #70 from kvark/patch-1
Fix a mismatch in light VS versus FS varying of v_color
4 years ago
sotrh d87c22e2f3
Merge pull request #68 from guidorice/docs-beginner-vulkan-backend
Clarify what the wgpu-rs's vulkan feature does on Mac OS and other platforms
4 years ago
Dzmitry Malyshau e9ea5854ca
Fix a mismatch in light VS versus FS varying of v_color 4 years ago
Alex G Rice 19c8c4a1e3 Clarify what the wgpu-rs's vulkan feature does on Mac OS and other platforms.
Closes #62
4 years ago
Ben Hansen dfd96093e2 fixed #64 4 years ago
Ben Hansen 2ee06192ed fixed #65 4 years ago
Ben Hansen a1e5f474eb fixed #67 4 years ago
Ben Hansen 168f78224f Merge branch 'cleanup' 4 years ago
sotrh e5bf38b141
Merge pull request #66 from Toniman20/patch-1
Fixed typo in beginner tutorial textures.
4 years ago
Toniman20 29191eb76d
Fixed typo in beginner tutorial textures. 4 years ago
Ben Hansen 622a73fd72 fixed mip flipping 4 years ago
Ben Hansen 4ee7343f7d added env_logger 4 years ago
Ben Hansen b9778a4f74 switch back to mipmapping normal map 4 years ago
Ben Hansen 8eee289c41 res folder now copied to OUT_DIR 4 years ago
Ben Hansen 1a850cc1b1 started performance research 4 years ago
sotrh eb20026731
Merge pull request #56 from sotrh/dependabot/npm_and_yarn/websocket-extensions-0.1.4
Bump websocket-extensions from 0.1.3 to 0.1.4
4 years ago
sotrh 9159a09a41
Merge pull request #60 from cedric-h/patch-2
Add an explanation of what entry_point means
4 years ago
sotrh de2d12f74d
Merge pull request #59 from yutannihilation/patch-6
Add some explanations on tutorial11
4 years ago
Cedric Hutchings 36363d73f4
Add an explanation of what entry_point means
... you have no idea how much trouble this caused me
4 years ago
Hiroaki Yutani c80c674dd5 Move the comment 4 years ago
Hiroaki Yutani 3d9edd9b3a
Add some explanations on tutorial11 4 years ago
sotrh 2eaf6a7ff0
Merge pull request #58 from yutannihilation/doc/add-description-about-img-to_rgba
Add a description about to_rgba()
4 years ago
Ben Hansen 4063cc49de fixed #46 4 years ago
Hiroaki Yutani 760ff67cd8 Add a description about to_rgba() 4 years ago
sotrh 856624f190
Merge pull request #53 from yutannihilation/patch-3
Fix a missing namespace and pub keyword in tutorial8
4 years ago