mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Remove copy-pasted mention of acceleration structures from mesh docs. (#8135)
This commit is contained in:
parent
37c4c88138
commit
7394d4351b
@ -2,8 +2,7 @@
|
|||||||
|
|
||||||
🧪Experimental🧪
|
🧪Experimental🧪
|
||||||
|
|
||||||
`wgpu` supports an experimental version of mesh shading. The extensions allow for acceleration structures to be created and built (with
|
`wgpu` supports an experimental version of mesh shading. Currently `naga` has no support for mesh shaders beyond recognizing the additional shader stages.
|
||||||
`Features::EXPERIMENTAL_MESH_SHADER` enabled) and interacted with in shaders. Currently `naga` has no support for mesh shaders beyond recognizing the additional shader stages.
|
|
||||||
For this reason, all shaders must be created with `Device::create_shader_module_passthrough`.
|
For this reason, all shaders must be created with `Device::create_shader_module_passthrough`.
|
||||||
|
|
||||||
**Note**: The features documented here may have major bugs in them and are expected to be subject
|
**Note**: The features documented here may have major bugs in them and are expected to be subject
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user