Macro link_to_wgpu_item

Source
macro_rules! link_to_wgpu_item {
    ($kind:ident $name:ident) => { ... };
}
Expand description

Create a Markdown link definition referring to an item in the wgpu crate.

This macro should be used inside a #[doc = ...] attribute. See link_to_wgpu_docs for more details.