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