Commit Graph

146 Commits (88df0ff823b3145d5a4c58b5653ea3ad291157d2)

Author SHA1 Message Date
Ben Hansen 3ef4df6fd9 migrated tutorial1 and removed instancing examples 4 years ago
Ben Hansen 3c4f8f9134 Merge branch 'master' into rework-instancing 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
Alex Butler a03a57bb60
Fix some easy-win lints 4 years ago
Ben Hansen a1e5f474eb fixed #67 4 years ago
Ben Hansen 4063cc49de fixed #46 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 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 67f163aaec fixed crash in later example code 4 years ago
Nathan Stocks e247decf46 Fixed some things I noticed while doing tutorial 1 and tutorial 2. 4 years ago
Ben Hansen 2fb06b49fb finishing up 4 years ago
Ben Hansen 368021047a adjusted migration to tutorial9 4 years ago
sotrh a5bdad14ab
Merge pull request #28 from Pointime/0.5
fix async style
4 years ago
Ben Hansen 2b8e97b6fa migrated tutorial8 4 years ago
Pointu 13cbe0ca68
Update main.rs 4 years ago
Ben Hansen baf4377930 forgot to add examples 4 years ago
Ben Hansen a7833f3c16 migrated tutorial7 4 years ago
Ben Hansen 66eeae019c migrated tutorial6 4 years ago
downtime 311fd9000d fix my Commit error 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 baa9e2656a tutorial3 migrated 4 years ago
Ben Hansen f8738e4850 migrated tutorial2 4 years ago
Ben Hansen 4fb7d39bcf tutorial1 updated 4 years ago
Ben Hansen a805bd8fa3 updated lighting tutorial to use model.rs 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 cc0fc1f17f updated code to use `texture.rs` 4 years ago
sotrh dabca840e2
Merge pull request #11 from adamnemecek/master
whitespace
5 years ago
Ben Hansen c41ed7766e fixed depth challenge 5 years ago
Adam Nemecek 077f1b740e whitespace 5 years ago
Ben Hansen aa45a0605f finished main.rs tutorial 8 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 4daa013ecf fixing crate structure 5 years ago
Ben Hansen df7840a3ca added AutoGithubLink and fixed uniforms challenge 5 years ago
Ben Hansen 58fa5be6d2 finished uniforms tutorial 5 years ago
Ben Hansen 348a06ee0f reorganized project, added challenge impls 5 years ago