wgpu::dispatch

Macro dispatch_types

source
macro_rules! dispatch_types {
    (
        wgpu_core = $wgpu_core_context:ty;
        webgpu = $webgpu_context:ty;
        {$(
            $type:tt;
        )*}
    ) => { ... };
}