Commit Graph

356 Commits (012dff0de0ba7a4f11840385ccba99642bd72445)

Author SHA1 Message Date
Ben Hansen 012dff0de0 renamed tutorial2 3 years ago
Ben Hansen b322b8f6b8 reworked swapchain tutorial to use surface 3 years ago
Ben Hansen 30c5693fb9 no more validation errors 3 years ago
Ben Hansen 822f2d6191 started 0.10 3 years ago
Ben Hansen 806d5aa8af some notes on pbr 3 years ago
Martino Fontana 372082ae90 Rename "Uniform" to "Camera" in labels too 3 years ago
Martino Fontana 463b6117eb Renamed "light" to "light_uniform" 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
Ben Hansen 8c887605df update patron list 3 years ago
Ben Hansen 70bf012641 fixed tangent/bitangent comp and cargo fmt 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 f46b2f6d74 fixed #142 3 years ago
Ben Hansen 87c6fa9971 fixed #158 3 years ago
sotrh 0dce068dcc
Merge pull request #205 from hwoodiwiss/fix-tutorial-10
fix: Tutorial 10 Docs Specular Lighting Shader Problems
3 years ago
Hugo Woodiwiss 87d74d104f
Fix type issue when using pow in wgsl 3 years ago
Hugo Woodiwiss af11f05523
Fix errors in tutorial for specular lighting
Also minor fix to file name
3 years ago
Joshua Barretto 12ba9bed0c Switched to pollster 3 years ago
sotrh 02994d1eb6
Merge pull request #197 from sotrh/0.9
0.9
3 years ago
Ari df21a35be1 Why'll should be While 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
Ben Hansen 53a019b902 fixed #189 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
sotrh f2dd260ce6
Merge pull request #187 from aevyrie/patch-1
Update README.md
3 years ago
Aevyrie 5cd42e231c
Missing qualifier 3 years ago