Commit Graph

349 Commits (cbce0a546e0da927bf29fbc976ef7c21b9e6f794)

Author SHA1 Message Date
Hiroaki Yutani 24f565ee58 Update winit to 0.24 3 years ago
Henry Segal 18dff8f171
Fix typos 3 years ago
Hiroaki Yutani 1bb374c89e docs 3 years ago
Hiroaki Yutani 7293547212 Bump cgmath version 3 years ago
Sergii Penner 597c37b8b1
Fix typo
Fixed typo 'upc close' -> 'up close'.
3 years ago
sotrh 674312d3b2
Merge pull request #147 from yutannihilation/tutorial1-use
use winit:🪟:Window
3 years ago
sotrh d5ab40ade1
Merge pull request #151 from vigdail/patch-1
Tutorial 9. Texture::load() return type fix
3 years ago
sotrh 220366adcc
Merge pull request #152 from pop/edits/misc-typos
Misc typo and code fixes.
3 years ago
Chris 0926c253e5
Rename OUTPUT_ATTACHMENT to RENDER_ATTACHMENT 3 years ago
Elijah C. Voigt bcc79b5e41 Misc typo and code fixes.
009: impl Vertex for ModelVertex was using the vertex_attr_array! macro.
009: RenderPipelineDescriptor has a `vertex` member not  `vertex_state`.
009: to_rgba() should be to_rgba8(), to_rgba is set to be deprecated.

010: BindGroupDescriptor has a `entries` member not `bindings`.
010: Remove re-declaration of mat4 model_matrix;
010: Prefer hard-coded [#.#; #] instead of `Foo::fn().into()`.
010: Clarify which shader frag/vert file changes are in.

011: Change Model::load return type to Result<Self>.
011: TextureDescriptor does not have a array_layer_count member.

012: Add .into() to calls in Uniforms::update_view_proj().
012: Dereference delta variable in State::input().

013: Add more changed lines to Model::load to avoid compiler yelling.
3 years ago
vigdail 9f254cc794
Tutorial 9. Texture::load() return type fix 3 years ago
Hiroaki Yutani f0f1ec0e12 Fix module path 3 years ago
Hiroaki Yutani e5bea6e29f Move comment 3 years ago
sotrh 195945083b
Merge pull request #149 from yutannihilation/patch-7
Minor fixes on tutorial 6
3 years ago
Hiroaki Yutani b09302f23e Remove & from set_vertex_buffer() 3 years ago
Hiroaki Yutani 0da538190a
Minor fixes on tutorial 6 3 years ago
Hiroaki Yutani a13c43f6b2 use winit::Window; 3 years ago
Raphael Van Hoffelen 1699be127d
Fixed spelling mistake 3 years ago
Linden Krouse f6f6fa29c4
Fixed some spelling and grammar errors 3 years ago
sotrh a86a0cc7dc
Merge pull request #138 from dakizu/patch-1
Fix a broken link
3 years ago
[redacted] 3bd1534016
Fix a broken link
Existing link wasn't pointing to normals page.
3 years ago
Ben Hansen e3592e2809 migrated docs for tutorials 4-9 3 years ago
Ben Hansen e7318530d4 migrated docs for tutorials 1-3 and cargo fmt 3 years ago
Ben Hansen b4dd4654e4 intermediate tutorial code migrated 3 years ago
Ben Hansen 3901419a58 beginner tutorial code done 3 years ago
Ben Hansen 91879d405b code up to 7 migrated 3 years ago
Ben Hansen 47fd27669e migrated tutorials 1 and 2 3 years ago
Aleksey Halahan ad0515bdfb
Fix a type in the code example
Was missing the `slice` method
3 years ago
Ben Hansen 19c99e28d0 Merge branch 'master' of https://github.com/sotrh/learn-wgpu 3 years ago
Ben Hansen 1f9024691c shaderc 1.6 -> 0.7 3 years ago
Fisher Darling 5547528cf0
Fixed small typo in beginner/tutorial8-depth 3 years ago
Renato Caldas d44f216b14 Fix inconsistent position of the 'size' field in the beginner tutorials 4 years ago
Renato Caldas e61b939889 Remove stray field 'colour' from State 4 years ago
Renato Caldas 67635a5fad Fix typos in beginner tutorial 4 4 years ago
paq 6302a2372c
Fix syntax error in tutorial 6 4 years ago
DevJac 468807e8a3 Link to Cargo Book for more info about build scripts 4 years ago
Ben Hansen 733683cf6f removed camera research 4 years ago
Ben Hansen 99fd6523d7 travis build failing 4 years ago
sotrh 7b1a81ccfe
Merge pull request #123 from kanerogers/patch-4
Clarify changes to State struct
4 years ago
sotrh 68e06ea4a4
Merge pull request #125 from dannyfritz/patch-1
Texture: BufferInitDescriptor fields.
4 years ago
sotrh 039d840698
Merge pull request #124 from kanerogers/patch-6
Cleanup Textures tutorial
4 years ago
Danny Fritz 4cd5491921
Texture: BufferInitDescriptor fields. 4 years ago
Kane Rogers 21e455c668
Update to reflect sorth's suggestions
- Add `diffuse_texture` to `texture::Texture` in `State` at the end of the tutorial.
4 years ago
Kane Rogers 6b2a8c8dcc
Additional changes to Texture
1. The fields ` diffuse_texture`, `diffuse_texture_view` and `diffuse_sampler` are not used on `State` in this tutorial and should therefore not be added, so as not to unnecessarily confuse the reader.
2. The `anyhow` crate must be added to `Cargo.toml` in order for `texture.rs` to work.
4 years ago
Kane Rogers fbe39fc0e4
Cleanup Textures tutorial
I have broadly made two sets of changes:

1. General prose cleanup (eg. correcting minor syntax errors, rewriting some sentences to make them more clear)
2. Code consistency (eg. not making use of the `texture` wrapper until it is defined at the end of the page.
4 years ago
Ben Hansen e462670b72 migrated docs for tutorial7 4 years ago
Ben Hansen c770e1860f fixed code for #116 4 years ago
Kane Rogers b93a57d9b3
Clarify changes to State struct
Not a big one, just being explicit where the fields need to be updated on the struct.
4 years ago
Ben Hansen aa8f9f269d fixed #119 4 years ago
Ben Hansen 0620f0b05d migrated ModelVertex to use bytemuck derive 4 years ago
Ben Hansen 0ccb80e7e3 updated Uniforms struct to use bytemuck derive 4 years ago
Ben Hansen 5abaa16ac1 updated bytemuck to use derive as per #109 4 years ago
Ben Hansen 8ad575f750 finished #121 4 years ago
Samuel Hurel 936082fafc Minor changes 4 years ago
sotrh 8f5215963a
Merge pull request #113 from pudnax/link_typo
Fixed the link to zip file
4 years ago
Alex Komissarov c42e07bb7d
Clean probably missed stuff from '0.5 -> 0.6' 4 years ago
Alex Komissarov e5a5d6d66c
Fixed the link to zip file 4 years ago
Ben Hansen fb5c9fc8fe fixes #111 4 years ago
Ben Hansen 6f29ba738b fixes #108 4 years ago
sotrh 8e9ff17565
Merge pull request #103 from wozniak/patch-1
set_vertex_buffer doesn't expect a reference
4 years ago
sotrh 6fab63e809
Merge pull request #104 from kejor/tutorial5docs-missing-parameter-snippet
Add missing parameter on tutorial5 snippet
4 years ago
Kalle Huttunen 3396259576
Add note about the GLSL used 4 years ago
kejor 5572e36e0c
Adding missing parameter on tutorial5 snippet
Added parameter `&queue` to `texture::Texture::from_bytes` call.
4 years ago
matthew 64fa3c9017
more 4 years ago
matthew 6cb43e8e61
set_vertex_buffer doesn't expect a reference 4 years ago
Alan Kemp 909c2debfc DeviceExt is now in a util namespace 4 years ago
Rubick 5a45a9c5ce
Merge branch 'master' into master 4 years ago
sotrh 4377ca102f
Merge pull request #98 from kanerogers/patch-1
Add `use` statement for DeviceExt
4 years ago
sotrh c0e8174dbf
Merge pull request #99 from fraserli/master
Fix typos
4 years ago
sotrh cb06098bec
Merge pull request #100 from kunalarya/patch-1
Minor copy editing of instancing docs.
4 years ago
Alec Goncharow 836b38d827
Update README.md
minor typo fix, streen -> screen
4 years ago
Alec Goncharow 944a568eb9
Update README.md
655828f88f changed the name of the `vulkan` feature to `vulkan-portability`
4 years ago
kunalarya a7083eecee
Minor copy editing of instancing docs.
Thanks for writing this tutorial! It's been a very helpful resource! I made some very minor edits -- feel free to reject any of them :)
4 years ago
Fraser Li 071f4b3f4f
Fix typos 4 years ago
Kane Rogers 5f89b92651
Add `use` statement for DeviceExt
I tripped over this one while following along with the tutorial. I added a little link to extension traits as I'm aware the audience of this tutorial may not be familiar with them.

Please feel free to rewrite/throw out any of my copy as you see fit.  😄 

Thanks again for this phenomenal tutorial!
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 ad5cd8e12f fixed #93 4 years ago
Ben Hansen 09fe8b9f91 added link to gifs showcase in tutorial5 4 years ago
Ben Hansen 4acb2d60c1 missed ops in tutorial2 4 years ago
Ben Hansen 9d15abf7ee fixing issues in tutorial3 for #92 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 03b1b64e55 migrated tutorial10 4 years ago
Ben Hansen a92dd32106 forgot a note about OUT_DIR 4 years ago
Ben Hansen 02921f7ffa migrated tutorial9 4 years ago
Ben Hansen 7274f37019 migrated tutorial8 4 years ago
Ben Hansen f1d43b9829 env_logger::init() 4 years ago
Ben Hansen 5e4324d0ce env_logger 4 years ago
Ben Hansen 1e8a6ba0a5 migrated tutorial7 4 years ago
Ben Hansen 75d92c523c migrated tutorial6 4 years ago
Ben Hansen 6827fb5572 migrated tutorial5 4 years ago
Ben Hansen e9e325459d using anyhow instead of failure 4 years ago
Ben Hansen 3f2607e663 forgot some stuff 4 years ago
Ben Hansen 0fbb71efb6 migrated tutorial4 4 years ago
Ben Hansen 08fa40dccc changed tutorial3 to use build script and migrated doc to 0.6 4 years ago
Ben Hansen 50a6a7d7e6 migrated tutorial2 4 years ago
Ben Hansen b3b43dbef2 migrated tutorial1 docs 4 years ago
sotrh 5d1935aec4
Merge branch 'master' into vertex-use-macro 4 years ago
Ben Hansen 3c4f8f9134 Merge branch 'master' into rework-instancing 4 years ago
Ben Hansen a5c6b5ad48 finished instancing rewrite 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
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
Toniman20 29191eb76d
Fixed typo in beginner tutorial textures. 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
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
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
Hiroaki Yutani 08dc0ff221
Fix some typos in tutorial7-instancing 4 years ago
sotrh f163d92107
Merge pull request #49 from cedric-h/patch-1
grammar fixes
4 years ago
Ben Hansen 8461147ca0 fixed #44 fixed $48 4 years ago
Cedric Hutchings 500d84058b
Merge branch 'master' into patch-1 4 years ago
sotrh 5cdce79ffd
Merge pull request #47 from yutannihilation/patch-2
Fix a broken link
4 years ago
Cedric Hutchings 6d79a960de
grammar fixes
I acknowledge that some of these are purely subjective, but the improper `'s` irks me, heh.
4 years ago
Mark Hildreth bd84d92766 Fixed name of package 4 years ago
Hiroaki Yutani 6fd4bdeb4c
Fix a broken link 4 years ago
Mark Hildreth f61585f85b Some small fixes. 4 years ago
Ben Hansen 6ffa5c044c fixed #40 4 years ago
Ebrahim Byagowi 3555c713cb Use shaderc instead the deprecated glsl-to-spirv
I was getting lots of these errors,

glsl-to-spirv-0.1.7/glslang/hlsl/../glslang/MachineIndependent/../Public/../Include/../Include/Common.h:99:
.../registry/src/github.com-1ecc6299db9ec823/glsl-to-spirv-0.1.7/glslang/hlsl/../glslang/MachineIndependent/../Public/../Include/PoolAlloc.h:314:54: error: 'operator=' is a private member of 'glslang::TPoolAllocator'
    void setAllocator(TPoolAllocator* a) { allocator = *a; }
                                           ~~~~~~~~~ ^ ~~
.../registry/src/github.com-1ecc6299db9ec823/glsl-to-spirv-0.1.7/glslang/hlsl/../glslang/MachineIndependent/../Public/../Include/PoolAlloc.h:244:21: note: declared private here
    TPoolAllocator& operator=(const TPoolAllocator&);  // don't allow assignment operator
                    ^

And had to replace the apparently now deprecated glsl-to-spirv with shaderc-rs in order to
see the tutorial and thought would be useful for others also.
4 years ago
sotrh 17a6af4067
Merge pull request #38 from artvinn/master
Fix some inconsistencies
4 years ago
sotrh dea850863e
Merge pull request #39 from CleanCut/tutorial1-2-improvements
Fixed some things I noticed while doing tutorial 1 and tutorial 2.
4 years ago
Ben Hansen 57ff442834 fixed #30 4 years ago
Ben Hansen 71d85d536f added warning in depth tutorial 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
CJ Burkey de381c070f
very -> vary 4 years ago
Ben Hansen 6bd7d714e8 missed "y is down" in tutorial4 4 years ago
Ben Hansen 2fb06b49fb finishing up 4 years ago
Ben Hansen 368021047a adjusted migration to tutorial9 4 years ago
Ben Hansen 2b8e97b6fa migrated tutorial8 4 years ago
Ben Hansen a7833f3c16 migrated tutorial7 4 years ago
Ben Hansen 66eeae019c migrated tutorial6 4 years ago
downtime 764f5405db updata wgpu 0.5 4 years ago
Ben Hansen 1205f18443 migrated tutorial5 4 years ago
Ben Hansen 82048bcc31 migrated tutorial4 4 years ago
Ben Hansen 6b1cd8d893 Merge branch 'master' into 0.5 4 years ago
Ben Hansen baa9e2656a tutorial3 migrated 4 years ago
Ben Hansen f8738e4850 migrated tutorial2 4 years ago
Ben Hansen 4fb7d39bcf tutorial1 updated 4 years ago
shika-blyat 58b1aeb7bc
Fix static_tree instead of static-tree type 4 years ago
Ben Hansen 426e78dc9d fixed missing parts of model tutorial 4 years ago
Ben Hansen 994870fed1 finished model tutorial 4 years ago
Ben Hansen 84fa9fcc9d debugging adding bind groups to material 4 years ago
Ben Hansen e6d402047f started model tutorial 4 years ago
Ben Hansen 0e836ca4fa updated news and tutorial 8 readme 4 years ago
Ben Hansen cc0fc1f17f updated code to use `texture.rs` 4 years ago
sotrh 583f982924
Merge pull request #4 from rofrol/patch-2
typos
4 years ago
Roman Frołow ba0a461e8a
it's -> its 5 years ago
Roman Frołow 870a3a44ba
Revert paragraph 5 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
sotrh 2926abceba
Merge pull request #6 from AlisCode/master
Fix missing call to self.queue.submit
5 years ago
Ben Hansen c41ed7766e fixed depth challenge 5 years ago
Adam Nemecek 9e204b8a95 in tutorial2 added missing adapter in constructor 5 years ago
Roman Frołow 4f8b143e26
Fix my mistake 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
Ben Hansen aa45a0605f finished main.rs tutorial 8 5 years ago
Roman Frołow 3e36871773
typos 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 ab225f2725 finished instancing challenge 5 years ago
Ben Hansen caf75336e9 finishe most of instance tutorial 5 years ago
Ben Hansen 2c57618925 created examples for loop and array 5 years ago
Ben Hansen df7840a3ca added AutoGithubLink and fixed uniforms challenge 5 years ago
Ben Hansen 8ed63c03cf fixed link issue 5 years ago
Ben Hansen 58fa5be6d2 finished uniforms tutorial 5 years ago
Ben Hansen 348a06ee0f reorganized project, added challenge impls 5 years ago
Ben Hansen c9df90042f textures 5 years ago
Ben Hansen 045b960bee finished windowless 5 years ago
Ben Hansen e35d51ee7b tutorial4-buffer 5 years ago
Ben Hansen a374e581fb put tutorial3 in a folder 5 years ago
Ben Hansen 6642ff9aff tutorial3-pipeline 5 years ago
Ben Hansen cd341fcdae fixed typos and such 5 years ago
Ben Hansen 121037a7c2 tutorial2-swapchain 5 years ago
Ben Hansen 8ecb859b9f tutorial 1 finished 5 years ago