Skip to content

Commit e990388

Browse files
authored
Update README.md (#8069)
1 parent 605f40d commit e990388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ These examples use a common framework to handle wgpu init, window creation, and
4343
- `ray_cube_fragment` - Demonstrates using ray queries with a fragment shader.
4444
- `ray_scene` - Demonstrates using ray queries and model loading
4545
- `ray_shadows` - Demonstrates a simple use of ray queries - high quality shadows - uses a light set with push constants to raytrace through an untransformed scene and detect whether there is something obstructing the light.
46-
- `mesh_shader` - Rrenders a triangle to a window with mesh shaders, while showcasing most mesh shader related features(task shaders, payloads, per primitive data).
46+
- `mesh_shader` - Renders a triangle to a window with mesh shaders, while showcasing most mesh shader related features(task shaders, payloads, per primitive data).
4747

4848
#### Compute
4949

0 commit comments

Comments
 (0)