File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -5288,9 +5288,3 @@ name = "Mirror"
52885288description = " Demonstrates how to create a mirror with a second camera"
52895289category = " 3D Rendering"
52905290wasm = true
5291-
5292- # Patch to use the wgpu repo's naga implementation with the Vulkan atomic memory semantics fix
5293- # See: https://github.com/gfx-rs/wgpu/pull/8391
5294- [patch .crates-io ]
5295- # Use the merged commit that removes atomic memory semantics to avoid VUID-StandaloneSpirv-MemorySemantics-10871
5296- naga = { git = " https://github.com/gfx-rs/wgpu.git" , rev = " 7a2afeb014cb30a976059717c4ae7c85f01d858e" , package = " naga" }
Original file line number Diff line number Diff line change @@ -167,7 +167,6 @@ Example | Description
167167[ Lighting] ( ../examples/3d/lighting.rs ) | Illustrates various lighting options in a simple scene
168168[ Lightmaps] ( ../examples/3d/lightmaps.rs ) | Rendering a scene with baked lightmaps
169169[ Lines] ( ../examples/3d/lines.rs ) | Create a custom material to draw 3d lines
170- [ Main Pass Excluded] ( ../examples/3d/main_pass_excluded.rs ) | Excludes an entity from main camera passes while still casting shadows
171170[ Mesh Ray Cast] ( ../examples/3d/mesh_ray_cast.rs ) | Demonstrates ray casting with the ` MeshRayCast ` system parameter
172171[ Meshlet] ( ../examples/3d/meshlet.rs ) | Meshlet rendering for dense high-poly scenes (experimental)
173172[ Mirror] ( ../examples/3d/mirror.rs ) | Demonstrates how to create a mirror with a second camera
You can’t perform that action at this time.
0 commit comments