Commit Graph

349 Commits (cbce0a546e0da927bf29fbc976ef7c21b9e6f794)

Author SHA1 Message Date
Arif Driessen 87c380517d
small typo 3 years ago
Pmimo d9ef1e241e
Update docs.rs link to 0.11.0 3 years ago
sotrh 75948417e7
Merge pull request #257 from FrankenApps/shader-entrypoints
Name shader entry points differently.
3 years ago
sotrh 667d7c16d9
Merge pull request #259 from arifd/master
Rust resolver 2 default in 2021 edition
3 years ago
sotrh d4f5429bbb
Merge pull request #256 from PhilipK/fix-typo-tutorial2
Fix typo in tutorial2-surface README.md
3 years ago
Arif Driessen 6042b6e821
Update README.md 3 years ago
Ferdinand Schäffler bd46bdb243 Converted docs. 3 years ago
Philip Kristoffersen f31af2d2cb
Fix typo in tutorial2-surface README.md
Add a missing "to"
3 years ago
Pmimo d26d61e4be
Update link to 0.11 docs.rs 3 years ago
laalsaas 297923e578
fix typo kronos to khronos 3 years ago
Ben Hansen e0e52584a6 fixed pong for 0.11 3 years ago
Ben Hansen 7cc67f5678 migrated to 0.11 3 years ago
sotrh e15fc946ac
Merge pull request #242 from PAUL-BERNARD/master
Fix some typos
3 years ago
sotrh b40fbb6121
Merge pull request #243 from chrisboyce/chrisboyce-tut2-fix
No "first()" method on Iterator
3 years ago
sotrh ff43b83a89
Merge pull request #244 from SuperSamus/master
model.rs: added "_bind_group" where appropriate
3 years ago
Spencer Imbleau 172a65ad72
Fixed typo: BackendBit::Primary is from a previous version 3 years ago
Martino Fontana 11b24cebc5 model.rs: added "_bind_group" where appropriate 3 years ago
Chris Boyce bb32dbdb52
No "first()" method on Iterator
As far as I can tell looking at the docs, there is no "first" method for the Iterator trait, but I believe "next" accomplishes getting the first item in this instance.
3 years ago
Paul BERNARD 1dad054540 typos 3 years ago
Fabian Kloiber 6546507acf Fix wording
Remove duplicate "the" and shuffle some words around
3 years ago
Fabian Kloiber 85857948bf Update field name `attachment`
In the section on `RenderPassColorAttachment` the text uses the old name `attachment` for the field which now is called `view`.
3 years ago
Fabian Kloiber da913a90af Update link to wgpu docs
Link to `wgpu::Limits` pointed to old version 0.7
3 years ago
Ben Hansen 778a7d907b fixed #239 3 years ago
Kuroki Keiichiro 29a084b1b1 Update an explaining comment for its code
The code has been updated for wgpu-0.10 (`wgpu::TextureUsage::SAMPLED`
-> `wgpu::TextureUsages::TEXTURE_BINDING`), but its comment was not
updated at the same time.
3 years ago
sotrh bba4376e34
Merge pull request #233 from rukai/env_logger
Add section on why env_logger is needed
3 years ago
sotrh c013b28f59
Merge pull request #234 from chrisboyce/master
Fixed mask field name in text
3 years ago
sotrh d63ab6f8d5
Merge pull request #237 from TheBlueFireFox/master
Fixed issue with code example was not ported to 0.10.x
3 years ago
sotrh 432077c7d0
Merge pull request #236 from schnippl0r/master
Fixed code snippet.
3 years ago
Adrian Hornung 6654cae15b Fixed issue with code example was not ported to 0.10.x 3 years ago
Mario Kilies e281746334 Fixed code example.
'instance' and 'adapter' are not defined (and not needed) in State.
3 years ago
Onirik79 651da2ff23
Updated a link to wgpu docs 3 years ago
Chris Boyce 1ab24facf2
Fixed mask field name in text 3 years ago
Lucas Kent f2c0f2aa3c Add section on why env_logger is needed 3 years ago
Ben Hansen a2285094c2 fixed #231 3 years ago
Ben Hansen 6d600965f4 some typos 3 years ago
sotrh 316c429d2f
Merge pull request #228 from VillSnow/patch-1
fix type name Camera to CameraUniform
3 years ago
Ben Hansen 5ddd876d4f Merge branch '0.10' 3 years ago
Ben Hansen 7c90669f89 migrated beginner tutorials 3 years ago
Ben Hansen 358ecb55af migrate tutorial5 docs 3 years ago
Ben Hansen c0754f9dd3 migrated tutorial5 3 years ago
Ben Hansen 57d7eb763f migrated tutorial4 3 years ago
Ben Hansen 0f618a2ff8 migrated tutorial3 3 years ago
Ben Hansen 012dff0de0 renamed tutorial2 3 years ago
Ben Hansen b322b8f6b8 reworked swapchain tutorial to use surface 3 years ago
VillSnow d13ba88020 fix type name Camera to CameraUniform 3 years ago
Ben Hansen 30c5693fb9 no more validation errors 3 years ago
Ben Hansen 822f2d6191 started 0.10 3 years ago
Onirik79 cd5c440cc1
minor typo 3 years ago
Martino Fontana 372082ae90 Rename "Uniform" to "Camera" in labels too 3 years ago
Martino Fontana b2b77294f6 Change "uniform" naming to "camera" 3 years ago
Norbert Pozar f467e54f7a Fix location syntax (GLSL -> WGSL)
Also outdated `VertexFormat` variants.
3 years ago
sotrh ed186bf229
Merge pull request #215 from rokonio/patch-3
Another tiny fix
3 years ago
sotrh 0b1adb463f
Merge pull request #217 from rokonio/patch-4
Fix on vert_attr_array
3 years ago
sotrh 59bc306c32
Merge pull request #214 from rokonio/patch-2
Found a typo
3 years ago
Sitong Peng 4211abcc12
your -> you'll 3 years ago
Rokonio aa5856fa91
Fix on vert_attr_array 3 years ago
Rokonio aadd2e67b6
Another tiny fix 3 years ago
Rokonio ab78dcf7a7
Found a typo 3 years ago
sotrh 1030f47529
Merge pull request #212 from rokonio/master
Fixing #200
3 years ago
sotrh 5a51bf47f9
Merge pull request #210 from SuperSamus/master
Miscellaneous improvements
3 years ago
Ben Hansen 58eca592c1 fixed #202 3 years ago
Rokonio 1c26da1757
Fixing #200 3 years ago
Epacnoss d9e6c4a326
Change Float3 to Float32 3 years ago
Martino Fontana 2941cf7cd9 Updated dependencies where I can just change the number (not "tobj" and "gif") ("compute" can't start a trace) (didn't touch "pong" and "imgui-demo") 3 years ago
Martino Fontana c55ea96d0d Removed unnecessary .clone() 3 years ago
Martino Fontana 467cec5367 Removed unnecessary borrows 3 years ago
Martino Fontana 2c811f43a4 Truncated excessive float precision 3 years ago
Martino Fontana c80b5a9ae2 Collapsed event_loop match 3 years ago
Martino Fontana b5af53b272 Simplify DrawModel and DrawLight lifetimes 3 years ago
Ben Hansen 12c7ba6de8 fixed #182 3 years ago
Ben Hansen 87c6fa9971 fixed #158 3 years ago
Joshua Barretto 12ba9bed0c Switched to pollster 3 years ago
Ben Hansen 0813fd03a4 Merge branch 'master' into 0.9 3 years ago
Rokonio 0f63cee02e
Update README.md
When the vertex class is updated, the `bytemuck`s trait were missing
3 years ago
Ben Hansen b5ce220c2b upgraded to 0.9 3 years ago
Ben Hansen c22808f17a fixed #162 3 years ago
Gwenhwyfar Hartshaw 55c9a7f44c
Add missing fields in PrimitiveState
The render pipeline page was missing the `clamp_depth` and `conservative` fields of the `wgpu::PrimitiveState` struct, added with wgpu 0.8.  These were correct in the full code, but not the snippets in the doc.
3 years ago
Ben Hansen 5f77f40ec1 fixes #191 3 years ago
Aevyrie 2eeffbb84a
Rename RenderPassDepthStencilAttachmentDescriptor
Rename RenderPassDepthStencilAttachmentDescriptor -> RenderPassDepthStencilAttachment

See: https://docs.rs/wgpu/0.8.1/wgpu/struct.RenderPassDepthStencilAttachment.html
3 years ago
Aevyrie e16efae327
Remove clamp_depth from DepthStencilState
clamp_depth no longer exists on DepthStencilState, and is instead only on PrimitiveState.
3 years ago
sotrh 0585ca5ca5
Merge pull request #188 from aevyrie/patch-2
wgpu 0.8 corrections
3 years ago
Aevyrie 5cd42e231c
Missing qualifier 3 years ago
Aevyrie adc729747b
Fix grammatical error 3 years ago
Aevyrie c9003caa9f
ImageDataLayout change 3 years ago
Aevyrie b8853689fe
wgpu 0.8 BlendState change 3 years ago
Aevyrie 382f12383e
Update README.md
Small typo.
3 years ago
sotrh dd7d48929f
Merge pull request #181 from al-tameemi/e6029cb
Updated the use of RenderPassColorAttachmentDescriptor to RenderPassColorAttachment
3 years ago
Hugo Woodiwiss 67c9246b2f
Updated tutorial to work with tobj 3.0.x 3 years ago
Mohammed Al-Tameemi 17ca6e5a3e Updated to the new color attachment method 3 years ago
nyx 7755e16a4b Changed wgpu version in example
Removed shaderc from example
3 years ago
Ben Hansen 2dd8d7bf82 fixes #176 3 years ago
Ben Hansen de57cdf4ea fixes #173 3 years ago
Ben Hansen b160f28d48 tutorials 6-9 migrated 3 years ago
Ben Hansen f1c7536668 migrated tutorial 4 and 5 3 years ago
Ben Hansen 68b563b8e6 updated tutorial3-pipeline docs 3 years ago
Ben Hansen 8e6e6e7092 fixed #174 3 years ago
Ben Hansen f3ebc0e666 fixed panic in tutorials 3 and 4 3 years ago
Ben Hansen 46eb5eb139 code now builds on 0.8 3 years ago
sotrh d8a861b515
Merge branch 'master' into cgmath-0.18 3 years ago
sotrh c5c3e907c7
Merge pull request #163 from segalll/master
Fix typos in beginner window tutorial
3 years ago