Commit Graph

211 Commits (b47081d70c440c917b993255a6288cbae9d45d1a)
 

Author SHA1 Message Date
sotrh b47081d70c
Merge pull request #76 from jprudil/vertex-use-macro
Use vertex_attr_array macro
4 years ago
sotrh 5d1935aec4
Merge branch 'master' into vertex-use-macro 4 years ago
sotrh dc847b99e2
Merge pull request #83 from rofrol/patch-5
frame data our -> frame data out
4 years ago
sotrh 9779c46b0b
Merge pull request #82 from rofrol/patch-4
break our your -> break out your
4 years ago
sotrh 2d28867206
Merge pull request #84 from rofrol/patch-6
its Pong after all -> it's Pong after all
4 years ago
Roman Frołow f066e57d1a
its Pong after all -> it's Pong after all 4 years ago
Roman Frołow 377d6c9489
frame data our -> frame data out 4 years ago
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