macro_rules! hal_type_vulkan {
($ty: literal) => { ... };
}Available on
vulkan only.Expand description
Helper macro to generate the documentation for vulkan hal methods, referencing the hal type.
macro_rules! hal_type_vulkan {
($ty: literal) => { ... };
}vulkan only.Helper macro to generate the documentation for vulkan hal methods, referencing the hal type.