Commit Graph

554 Commits (0a361732b16b4c5a0f034f4182435771fe3fdd43)
 

Author SHA1 Message Date
Roman Frołow 1fb960ffb1
break our your -> break out your
Probably this was intended.
4 years ago
sotrh 13f78bcf33
Merge pull request #79 from sotrh/dependabot/npm_and_yarn/prismjs-1.21.0
Bump prismjs from 1.20.0 to 1.21.0
4 years ago
sotrh da9206b25f
Merge pull request #81 from sotrh/rework-instancing
Rework instancing
4 years ago
Ben Hansen 3c4f8f9134 Merge branch 'master' into rework-instancing 4 years ago
Ben Hansen 540b03aded Merge branch 'master' of github.com:sotrh/learn-wgpu 4 years ago
Ben Hansen ae1564117f fixed #75 4 years ago
Ben Hansen a5c6b5ad48 finished instancing rewrite 4 years ago
Ben Hansen b543c16492 started instancing rework 4 years ago
sotrh b5c27695a2
Merge pull request #80 from yutannihilation/showcase-windowless-mention-TextureFormat
Add a comment about TextureFormat for PNG
4 years ago
Ben Hansen 0cd250d5fe started instancing examples 4 years ago
Hiroaki Yutani 0b4580ee19 Add a comment about TextureFormat for PNG 4 years ago
dependabot[bot] 1d3820ac90
Bump prismjs from 1.20.0 to 1.21.0
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.20.0...v1.21.0)

Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
sotrh f5933fd6b2
Merge pull request #77 from sotrh/dependabot/npm_and_yarn/elliptic-6.5.3
Bump elliptic from 6.5.2 to 6.5.3
4 years ago
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