You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.