Commit Graph

152 Commits (b47081d70c440c917b993255a6288cbae9d45d1a)

Author SHA1 Message Date
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
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
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 a5c6b5ad48 finished instancing rewrite 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
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
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 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
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 69ec7ba20b Merge branch 'master' of github.com:sotrh/learn-wgpu 4 years ago
Ben Hansen 1a6194556e working on fps camera 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
Toniman20 29191eb76d
Fixed typo in beginner tutorial textures. 4 years ago
Ben Hansen 1a850cc1b1 started performance research 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
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
sotrh 6b90b5f7ae
Merge pull request #54 from yutannihilation/patch-4
Fix a broken link and a missing argument in tutorial9
4 years ago
sotrh ad767c90d6
Merge pull request #57 from yutannihilation/patch-5
Improve tutorial 10
4 years ago
Hiroaki Yutani 5e0ecd91cf
Improve tutorial 10 4 years ago
Hiroaki Yutani 55d47396a4
Fix a broken link and a missing argument in tutorial9 4 years ago
Hiroaki Yutani 2e1c9a0620
Fix a missing namespace and pub keyword in tutorial8 4 years ago