Update README.md (#8069)

This commit is contained in:
Bot-Kerem
2025-08-08 22:58:57 +00:00
committed by GitHub
parent 605f40d866
commit e990388af9

View File

@@ -43,7 +43,7 @@ These examples use a common framework to handle wgpu init, window creation, and
- `ray_cube_fragment` - Demonstrates using ray queries with a fragment shader.
- `ray_scene` - Demonstrates using ray queries and model loading
- `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.
- `mesh_shader` - Rrenders a triangle to a window with mesh shaders, while showcasing most mesh shader related features(task shaders, payloads, per primitive data).
- `mesh_shader` - Renders a triangle to a window with mesh shaders, while showcasing most mesh shader related features(task shaders, payloads, per primitive data).
#### Compute