Commit Graph

51 Commits (5eacaf4e9cf6bb8aefc7038a15a019559fdd8124)

Author SHA1 Message Date
Benjamin Hansen 8bb1b080b4 fixed up to model loading for wasm 1 month ago
Benjamin Hansen 202012b76d switch to `Backends::PRIMARY` 2 months ago
Benjamin Hansen 3e618336bd not crashing 2 months ago
Benjamin Hansen 4daff65c34 more cleanup 3 months ago
Benjamin Hansen 7c290e7436 cleaning up and fixing snow 3 months ago
Benjamin Hansen 12f115dfa1 code is working again 3 months ago
Benjamin Hansen 653a9928b3 0.18 and hdr tutorial 7 months ago
Benjamin Hansen 8b8e844b76 update to 0.16 12 months ago
Will Crichton 9e2ada2a0f Simplify `.filter(..).next()` to `.find()`. Eliminate unnecessary lifetime parameter in `Vertex::desc` 1 year ago
Benjamin Hansen 9f2ecaec4a added `view_formats` details to the docs 1 year ago
Benjamin Hansen 7227f8d169 changes for 0.15 1 year ago
Benjamin Hansen 09207e9403 changed State to own window 1 year ago
Ben Hansen 3f99b965a9 migrated to 0.14 2 years ago
Ben Hansen a2a1d69133 migrated to 0.13 2 years ago
Ben Hansen 93712de4e7 fixes #307 2 years ago
Ben Hansen dad9e9d675 fixes #328 2 years ago
Ben Hansen 6324e485f1 tutorials 1-9 now work with wasm 2 years ago
Ben Hansen 2bb9be1660 tutorials 2-8 now have working web examples 2 years ago
Ben Hansen c0843b3f92 fixes #285 2 years ago
Ben Hansen 2073b0fbc1 updated to 0.12 2 years ago
Newbyte c189f75913
Fix challenge code for tutorial 3 crashing
Only one of the pipelines were actually adjusted, so let's fix that.
3 years ago
Ferdinand Schäffler a39f95af13 Converted code examples. 3 years ago
Ben Hansen 7cc67f5678 migrated to 0.11 3 years ago
Ben Hansen fd589adbe1 finished code migration 3 years ago
Ben Hansen 7c90669f89 migrated beginner tutorials 3 years ago
Ben Hansen 0f618a2ff8 migrated tutorial3 3 years ago
Ben Hansen b322b8f6b8 reworked swapchain tutorial to use surface 3 years ago
Ben Hansen 822f2d6191 started 0.10 3 years ago
sotrh 1030f47529
Merge pull request #212 from rokonio/master
Fixing #200
3 years ago
Rokonio 40590e35f4
Fixing #200 3 years ago
Martino Fontana c80b5a9ae2 Collapsed event_loop match 3 years ago
Joshua Barretto 12ba9bed0c Switched to pollster 3 years ago
Ben Hansen 2f8bf02710 finished migrating challenge shaders and cargo fmt 3 years ago
Ben Hansen 46eb5eb139 code now builds on 0.8 3 years ago
Ben Hansen 4fa3ab7b6d migrated tutorial3 challenge 3 years ago
Ben Hansen e7318530d4 migrated docs for tutorials 1-3 and cargo fmt 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
Ben Hansen 8ad575f750 finished #121 4 years ago
Ben Hansen df1d2c412f applied change to main tutorials 4 years ago
Ben Hansen 73aed6c6bd rustfmt 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 f1d43b9829 env_logger::init() 4 years ago
Ben Hansen 08fa40dccc changed tutorial3 to use build script and migrated doc to 0.6 4 years ago
Ben Hansen 2abc38c769 migrated tutorial3 code 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
Ben Hansen 2fb06b49fb finishing up 4 years ago
Ben Hansen baa9e2656a tutorial3 migrated 4 years ago
Adam Nemecek 077f1b740e whitespace 4 years ago
Ben Hansen da4c268fbc updated winit to 0.20 4 years ago