Commit Graph

101 Commits (b47081d70c440c917b993255a6288cbae9d45d1a)

Author SHA1 Message Date
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