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