Skip to main content

__dispatch_program_renderers

Macro __dispatch_program_renderers 

Source
macro_rules! __dispatch_program_renderers {
    (
        $( $render_ty:ty => $prev_ty:ty, )*
    ) => { ... };
}