macro_rules! link_to_wgc_docs {
([$reference:expr]: $url_path:expr) => { ... };
(../ [$reference:expr]: $url_path:expr) => { ... };
}Expand description
Create a Markdown link definition referring to the wgpu_core crate.
This macro should be used inside a #[doc = ...] attribute.
See link_to_wgpu_docs for more details.