Closed
Description
Repro steps
- Go to https://docs.rs/wgpu/latest/wgpu/?search=render_pass
- Try to find the items relevant to actually using render passes.
Expected vs observed behavior
Formerly, this would be a reasonably short and useful list, containing
wgpu::CommandEncoder::begin_render_pass
wgpu::RenderPass
Now, it contains 40 results, 38 of which are from wgpu_core
and wgpu_hal
, therefore irrelevant to typical wgpu
users, and the wgpu
entries are not even sorted to the top.
I notice the re-exports have #[doc(inline)]
on them. Perhaps removing that would fix this.
Metadata
Metadata
Assignees
Labels
No labels