Skip to content

Commit f9190d2

Browse files
committed
Remove copy-pasted mention of acceleration structures from mesh docs.
1 parent 37c4c88 commit f9190d2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/api-specs/mesh_shading.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
🧪Experimental🧪
44

5-
`wgpu` supports an experimental version of mesh shading. The extensions allow for acceleration structures to be created and built (with
6-
`Features::EXPERIMENTAL_MESH_SHADER` enabled) and interacted with in shaders. Currently `naga` has no support for mesh shaders beyond recognizing the additional shader stages.
5+
`wgpu` supports an experimental version of mesh shading. Currently `naga` has no support for mesh shaders beyond recognizing the additional shader stages.
76
For this reason, all shaders must be created with `Device::create_shader_module_passthrough`.
87

98
**Note**: The features documented here may have major bugs in them and are expected to be subject

0 commit comments

Comments
 (0)