Commit Graph

40 Commits (02994d1eb6290c7ecf39bafaddd36cc2376c35fd)

Author SHA1 Message Date
Ben Hansen c22808f17a fixed #162 3 years ago
Aevyrie 382f12383e
Update README.md
Small typo.
3 years ago
Mohammed Al-Tameemi 17ca6e5a3e Updated to the new color attachment method 3 years ago
Ben Hansen 46eb5eb139 code now builds on 0.8 3 years ago
Hiroaki Yutani f0f1ec0e12 Fix module path 4 years ago
Hiroaki Yutani e5bea6e29f Move comment 4 years ago
Hiroaki Yutani a13c43f6b2 use winit::Window; 4 years ago
Linden Krouse f6f6fa29c4
Fixed some spelling and grammar errors 4 years ago
Ben Hansen e7318530d4 migrated docs for tutorials 1-3 and cargo fmt 4 years ago
Ben Hansen 47fd27669e migrated tutorials 1 and 2 4 years ago
Ben Hansen 8ad575f750 finished #121 4 years ago
Samuel Hurel 936082fafc Minor changes 4 years ago
Rubick 5a45a9c5ce
Merge branch 'master' into master 4 years ago
Alec Goncharow 836b38d827
Update README.md
minor typo fix, streen -> screen
4 years ago
Rubick 97df7faea8
fix typo 4 years ago
okaneco 468a425f78 Fix typos and update Beginner tutorials 2, 3
Tutorial 2 - Swapchain
  - Update `get_next_texture` to `get_current_frame`
  - Fix typos
Tutorial 3 - Pipeline
  - Add updated fields to `PipelineLayout` creation
Fix typos in News
4 years ago
Ben Hansen 4acb2d60c1 missed ops in tutorial2 4 years ago
Ben Hansen 2ab37aa9b7 some fixes 4 years ago
lberrymage fa418b2c60
Use std::iter::once for encoder queue submission
`std::iter::once` is more idiomatic for passing single-value iterators
than Some(value), and it's even intended for this case according to the
docs.
4 years ago
Ben Hansen 50a6a7d7e6 migrated tutorial2 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
sotrh 17a6af4067
Merge pull request #38 from artvinn/master
Fix some inconsistencies
4 years ago
Nathan Stocks e247decf46 Fixed some things I noticed while doing tutorial 1 and tutorial 2. 4 years ago
artvinn fdb525fa41 Fix some inconsistencies 4 years ago
Ben Hansen 2fb06b49fb finishing up 4 years ago
Ben Hansen baa9e2656a tutorial3 migrated 4 years ago
Ben Hansen f8738e4850 migrated tutorial2 4 years ago
sotrh dabca840e2
Merge pull request #11 from adamnemecek/master
whitespace
5 years ago
sotrh bc85bc24b5
Merge pull request #10 from rofrol/patch-3
Removed physical_size
5 years ago
sotrh 7ba3287a8c
Merge pull request #3 from rofrol/patch-1
typo - missing are
5 years ago
sotrh 31df80eedb
Merge branch 'master' into fixes 5 years ago
Ben Hansen 965ea7d7ac fixed some errors in examples 5 years ago
Adam Nemecek 9e204b8a95 in tutorial2 added missing adapter in constructor 5 years ago
Roman Frołow 9d5f4b5956
Removed physical_size 5 years ago
Olivier Pinon fc8a747acf Fix missing call to self.queue.submit 5 years ago
Roman Frołow fc28106fb1
typo - missing are 5 years ago
Ben Hansen da4c268fbc updated winit to 0.20 5 years ago
Ben Hansen df7840a3ca added AutoGithubLink and fixed uniforms challenge 5 years ago
Ben Hansen 348a06ee0f reorganized project, added challenge impls 5 years ago