Skip to content

Commit cbadeaa

Browse files
committed
remove: delete unused patch for naga implementation in Cargo.toml
1 parent 8b4ec89 commit cbadeaa

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5288,9 +5288,3 @@ name = "Mirror"
52885288
description = "Demonstrates how to create a mirror with a second camera"
52895289
category = "3D Rendering"
52905290
wasm = 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" }

examples/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)